Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/coroutine/fmtLines.cfa

    r427854b rf8cd310  
    2727                        for ( b = 0; b < 4; b += 1 ) {                          // blocks of 4 characters
    2828                                for () {                                                                // for newline characters
    29                                         suspend;
     29                                        suspend();
    3030                                  if ( ch != '\n' ) break;                              // ignore newline
    3131                                } // for
Note: See TracChangeset for help on using the changeset viewer.