Changeset 2f16569 for tests/collections/string-api-coverage.cfa
- Timestamp:
- May 8, 2026, 7:52:34 AM (21 hours ago)
- Branches:
- master
- Children:
- bc547d3
- Parents:
- d8a2f98
- File:
-
- 1 edited
-
tests/collections/string-api-coverage.cfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/string-api-coverage.cfa
rd8a2f98 r2f16569 264 264 265 265 s += '?'; // already tested 266 sout | contains( s, 'h' ) | contains( s, '?' ) | contains( s, 'o' ); // true true false266 sout | includes( s, 'h' ) | includes( s, '?' ) | includes( s, 'o' ); // true true false 267 267 268 268 sout
Note:
See TracChangeset
for help on using the changeset viewer.