Changeset 389fbf5
- Timestamp:
- Sep 2, 2023, 3:03:20 PM (15 months ago)
- Branches:
- master
- Children:
- 4b30318b
- Parents:
- 34c6e1e6
- Location:
- tests/io
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/io/.in/manipulatorsInput.txt
r34c6e1e6 r389fbf5 5 5 abcyyy 6 6 aaaaaaaaxxxxxxxxaabbccbbdddwwwbbbbbbbbwwwwwwwwaaaaaaaawwwwwwww 7 abc 7 8 abc 8 9 xx -
tests/io/manipulatorsInput.cfa
r34c6e1e6 r389fbf5 7 7 // Created On : Sat Jun 8 17:58:54 2019 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : Mon Aug 14 17:38:52202310 // Update Count : 6 39 // Last Modified On : Sat Sep 2 14:27:46 2023 10 // Update Count : 65 11 11 // 12 12 … … 36 36 char s[] = "yyyyyyyyyyyyyyyyyyyy"; 37 37 char sk[] = "abc"; 38 sin /*| "abc "*/ | skip( sk ) | skip( 5 );sout | "1" | s;38 sin | "abc " | skip( sk ) | skip( 5 ); sout | "1" | s; 39 39 sin | wdi( sizeof(s), s ); sout | "2" | s; 40 40 sin | ignore( s ); sout | "3" | s;
Note: See TracChangeset
for help on using the changeset viewer.