Changeset b1b513d for tests/collections/string-api-coverage.cfa
- Timestamp:
- Apr 10, 2025, 5:27:36 PM (6 months ago)
- Branches:
- master
- Children:
- 234c432
- Parents:
- 6174ecc (diff), bb506e0 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/string-api-coverage.cfa
r6174ecc rb1b513d 392 392 393 393 sout 394 | include( alphabet, cc_cba ) // 3 395 | exclude( alphabet, cc_cba ) // 0 396 | include( alphabet, cc_onml ) // 0 397 | exclude( alphabet, cc_onml ) // 11 398 | include( alphabet, cc_alphabet ) // 26 399 | exclude( alphabet, cc_alphabet ); // 0 394 | (return size_t)include( alphabet, cc_cba ) // 3 395 | (return size_t)exclude( alphabet, cc_cba ) // 0 396 | (return size_t)include( alphabet, cc_onml ) // 0 397 | (return size_t)exclude( alphabet, cc_onml ) // 11 398 | (return size_t)include( alphabet, cc_alphabet ) // 26 399 | (return size_t)exclude( alphabet, cc_alphabet ); // 0 400 401 sout 402 | (return string)include( alphabet, cc_cba ) // "abc" 403 | (return string)exclude( alphabet, cc_cba ) // "" 404 | (return string)include( alphabet, cc_onml ) // "" 405 | (return string)exclude( alphabet, cc_onml ) // "abcdefghijk" 406 | (return string)include( alphabet, cc_alphabet ) // "abcdefghijklmnopqrstuvwxyz" 407 | (return string)exclude( alphabet, cc_alphabet ); // "" 400 408 } 401
Note:
See TracChangeset
for help on using the changeset viewer.