Changeset 9aa8dcc for tests/collections/string-istream.cfa
- Timestamp:
- Apr 2, 2025, 11:14:44 PM (10 months ago)
- Branches:
- master
- Children:
- c5e1aa6
- Parents:
- ee70ff5
- File:
-
- 1 edited
-
tests/collections/string-istream.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/string-istream.cfa
ree70ff5 r9aa8dcc 37 37 for(;;) { 38 38 sin | si; 39 if ( size(si) > 0 && si[0] == '=') break;39 if (len(si) > 0 && si[0] == '=') break; 40 40 sout | si; step_otherStringAction(); 41 41 } … … 50 50 for(;;) { 51 51 sin | si; 52 if ( size(si) > 0 && si[0] == '=') break;52 if (len(si) > 0 && si[0] == '=') break; 53 53 sout | si; step_otherStringAction(); 54 54 }
Note:
See TracChangeset
for help on using the changeset viewer.