Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/manipulatorsInput.cfa

    r86a8be5 rca8824d  
    77// Created On       : Sat Jun  8 17:58:54 2019
    88// Last Modified By : Peter A. Buhr
    9 // Last Modified On : Mon Jun 10 18:38:35 2019
    10 // Update Count     : 8
     9// Last Modified On : Mon Jun 10 08:11:03 2019
     10// Update Count     : 7
    1111//
    1212
     
    5252                char c;
    5353                sin | c;                                                        sout | c;
     54                sin | wdi( 3, c );                                      sout | c;
    5455                sin | ignore( c );                                      sout | c;
     56                sin | ignore( wdi( 3, c ) );            sout | c;
    5557
    5658                signed char sc;
Note: See TracChangeset for help on using the changeset viewer.