- Timestamp:
- May 4, 2026, 7:26:38 AM (5 days ago)
- Branches:
- master
- Children:
- 244335b
- Parents:
- 8403b32
- Location:
- tests
- Files:
-
- 6 edited
-
collections/.expect/string-ostream.txt (modified) (1 diff)
-
collections/string-ostream.cfa (modified) (2 diffs)
-
io/.expect/manipulatorsOutput1.arm64.txt (modified) (1 diff)
-
io/.expect/manipulatorsOutput1.x64.txt (modified) (1 diff)
-
io/.expect/manipulatorsOutput1.x86.txt (modified) (1 diff)
-
io/manipulatorsOutput1.cfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/collections/.expect/string-ostream.txt
r8403b32 rbb1eabc 1 1 string 2 abcd "abcd" abcd "abcd" abcd abcd "abcd"3 abcd "abcd" abcd "abcd" abcd abcd "abcd"2 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 3 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 4 4 141 142 143 144 0141 0142 0143 0144 141 142 143 144 0141 0142 0143 0144 5 5 141 142 143 144 0141 0142 0143 0144 141 142 143 144 0141 0142 0143 0144 -
tests/collections/string-ostream.cfa
r8403b32 rbb1eabc 8 8 // Created On : Sat May 2 18:02:34 2026 9 9 // Last Modified By : Peter A. Buhr 10 // Last Modified On : S at May 2 19:06:22202611 // Update Count : 710 // Last Modified On : Sun May 3 23:31:07 2026 11 // Update Count : 8 12 12 // 13 13 … … 18 18 sout | "string"; 19 19 const char * cs = "abcd"; 20 sout | cs | quote( cs ) | wd(8,cs) | quote(wd(8,cs)) | wd(6,8,cs) | left(wd(8,cs)) | quote(left(wd(8,cs))); 20 sout | cs | quote(cs) | wd(8,cs) | quote(wd(8,cs)) | quote(wd(8,cs), '\'')| quote(wd(8,cs), '<', '>') 21 | wd(6,8,cs) | left(wd(8,cs)) | quote(left(wd(8,cs))); 21 22 string s = "abcd"; 22 sout | s | quote( s ) | wd(8,s) | quote(wd(8,s)) | wd(6,8,s) | left(wd(8,s)) | quote(left(wd(8,s))); 23 sout | s | quote(s) | wd(8,s) | quote(wd(8,s)) | quote(wd(8,s), '\'')| quote(wd(8,s), '<', '>') 24 | wd(6,8,s) | left(wd(8,s)) | quote(left(wd(8,s))); 23 25 24 26 sout | nobase(oct(cs)) | upcase(oct(cs)) | nobase(wd(8,oct(cs))) | left(wd(-8,oct(cs))); -
tests/io/.expect/manipulatorsOutput1.arm64.txt
r8403b32 rbb1eabc 38 38 39 39 char 40 a'a' ' ' a 'a'aa41 a'a' ' ' a 'a'aa40 a'a' ' '"a"<a> a 'a' "a" {a} aa 41 a'a' ' '"a"<a> a 'a' "a" {a} aa 42 42 141 0141 141 0141 61 0x61 61 0x61 43 43 141 0141 141 0141 61 0X61 61 0x61 1100001 0B1100001 1100001 0b1100001 44 44 45 45 char * 46 abcd "abcd" abcd "abcd" abcd abcd "abcd"47 abcd "abcd" abcd "abcd" abcd abcd "abcd"46 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 47 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 48 48 141 142 143 144 0141 0142 0143 0144 141 142 143 144 0141 0142 0143 0144 49 49 61 62 63 64 0X61 0X62 0X63 0X64 61 62 63 64 0x61 0x62 0x63 0x64 -
tests/io/.expect/manipulatorsOutput1.x64.txt
r8403b32 rbb1eabc 38 38 39 39 char 40 a'a' ' ' a 'a'aa41 a'a' ' ' a 'a'aa40 a'a' ' '"a"<a> a 'a' "a" {a} aa 41 a'a' ' '"a"<a> a 'a' "a" {a} aa 42 42 141 0141 141 0141 61 0x61 61 0x61 43 43 141 0141 141 0141 61 0X61 61 0x61 1100001 0B1100001 1100001 0b1100001 44 44 45 45 char * 46 abcd "abcd" abcd "abcd" abcd abcd "abcd"47 abcd "abcd" abcd "abcd" abcd abcd "abcd"46 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 47 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 48 48 141 142 143 144 0141 0142 0143 0144 141 142 143 144 0141 0142 0143 0144 49 49 61 62 63 64 0X61 0X62 0X63 0X64 61 62 63 64 0x61 0x62 0x63 0x64 -
tests/io/.expect/manipulatorsOutput1.x86.txt
r8403b32 rbb1eabc 38 38 39 39 char 40 a'a' ' ' a 'a'aa41 a'a' ' ' a 'a'aa40 a'a' ' '"a"<a> a 'a' "a" {a} aa 41 a'a' ' '"a"<a> a 'a' "a" {a} aa 42 42 141 0141 141 0141 61 0x61 61 0x61 43 43 141 0141 141 0141 61 0X61 61 0x61 1100001 0B1100001 1100001 0b1100001 44 44 45 45 char * 46 abcd "abcd" abcd "abcd" abcd abcd "abcd"47 abcd "abcd" abcd "abcd" abcd abcd "abcd"46 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 47 abcd "abcd" abcd "abcd" 'abcd' <abcd> abcd abcd "abcd" 48 48 141 142 143 144 0141 0142 0143 0144 141 142 143 144 0141 0142 0143 0144 49 49 61 62 63 64 0X61 0X62 0X63 0X64 61 62 63 64 0x61 0x62 0x63 0x64 -
tests/io/manipulatorsOutput1.cfa
r8403b32 rbb1eabc 7 7 // Created On : Sat Jun 8 18:04:11 2019 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : S at May 2 18:50:48202610 // Update Count : 659 // Last Modified On : Sun May 3 23:31:09 2026 10 // Update Count : 76 11 11 // 12 12 … … 100 100 101 101 sout | nl | "char"; 102 char c = 'a', * qc = "'a'"; 103 printf( "%c%s%c'%c'%8c%8s%5c%-5c\n", c, qc, ' ', ' ', c, qc, c, c ); 104 sout | c | quote(c) | ' ' | quote(' ') | wd(8,c) | quote( wd(8,c) ) | wd(5,c) | left(wd(5,c)); 102 char c = 'a'; 103 printf( "%c'%c'%c'%c'\"%c\"<%c>%8c%8s%8s%8s%5c%-5c\n", c, c, ' ', ' ', c, c, c, "'a'", "\"a\"", "{a}", c, c ); 104 sout | c | quote(c) | ' ' | quote(' ') | quote( c, '"' ) | quote( c, '<', '>' ) 105 | wd(8,c) | quote( wd(8,c) ) | quote( wd(8,c), '"' ) | quote( wd(8,c), '{', '}' ) | wd(5,c) | left(wd(5,c)); 105 106 printf( "%hho %#hho %8hho %#-8hho %hhx %#hhx %8hhx %#-8hhx\n", c, c, c, c, c, c, c, c ); 106 107 sout | nobase(oct(c)) | upcase(oct(c)) | nobase(wd(8,oct(c))) | left(wd(-8,oct(c))) | nonl; … … 109 110 110 111 sout | nl | "char *"; 111 const char * s = "abcd", * qs = "\"abcd\""; 112 printf( "%s %s %8s %8s %6.8s %-8s %-8s\n", s, qs, s, qs, s, s, qs ); 113 sout | s | quote( s ) | wd(8,s) | quote(wd(8,s)) | wd(6,8,s) | left(wd(8,s)) | quote(left(wd(8,s))); 114 sout | nobase(oct(s)) | upcase(oct(s)) | nobase(wd(8,oct(s))) | left(wd(-8,oct(s))); 115 sout | nobase(hex(s)) | upcase(hex(s)) | nobase(wd(8,hex(s))) | left(wd(-8,hex(s))); 116 sout | nobase(bin(s)) | upcase(bin(s)) | nobase(wd(12,bin(s))) | left(wd(-12,bin(s))); 112 const char * cs = "abcd"; 113 printf( "%s %s %8s %8s %8s %8s %6.8s %-8s %-8s\n", cs, "\"abcd\"", cs, "\"abcd\"", "'abcd'", "<abcd>", cs, cs, "\"abcd\"" ); 114 sout | cs | quote(cs) | wd(8,cs) | quote(wd(8,cs)) | quote(wd(8,cs), '\'')| quote(wd(8,cs), '<', '>') 115 | wd(6,8,cs) | left(wd(8,cs)) | quote(left(wd(8,cs))); 116 sout | nobase(oct(cs)) | upcase(oct(cs)) | nobase(wd(8,oct(cs))) | left(wd(-8,oct(cs))); 117 sout | nobase(hex(cs)) | upcase(hex(cs)) | nobase(wd(8,hex(cs))) | left(wd(-8,hex(cs))); 118 sout | nobase(bin(cs)) | upcase(bin(cs)) | nobase(wd(12,bin(cs))) | left(wd(-12,bin(cs))); 117 119 } 118 120
Note:
See TracChangeset
for help on using the changeset viewer.