Changeset 2b30370 for tests/collections
- Timestamp:
- Oct 20, 2021, 4:38:37 PM (3 years ago)
- Branches:
- ADT, ast-experimental, enum, master, pthread-emulation, qualifiedEnum
- Children:
- 4e8df745
- Parents:
- 0ca15b7
- Location:
- tests/collections
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/.expect/string-api-coverage.txt
r0ca15b7 r2b30370 1 1 hello hello hello 2 3 hello 2 4 true false 3 5 true false -
tests/collections/string-api-coverage.cfa
r0ca15b7 r2b30370 37 37 38 38 // IO operator, x2 39 sout | s | s | s; 39 sout | s | s | s; // hello hello hello 40 41 // empty ctor then assign 42 string sxx; 43 sout | sxx; // (blank line) 44 sxx = s; 45 sout | sxx; // hello 40 46 41 47 // Comparisons
Note: See TracChangeset
for help on using the changeset viewer.