Changeset c8a0210 for tests/io/manipulatorsOutput2.cfa
- Timestamp:
- Apr 16, 2021, 2:28:09 PM (5 years ago)
- Branches:
- ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
- Children:
- 665edf40
- Parents:
- 857a1c6 (diff), 5f6a172 (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
-
tests/io/manipulatorsOutput2.cfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
tests/io/manipulatorsOutput2.cfa
r857a1c6 rc8a0210 7 7 // Created On : Sat Jun 8 18:04:11 2019 8 8 // Last Modified By : Peter A. Buhr 9 // Last Modified On : S un Nov 15 08:11:53 202010 // Update Count : 99 // Last Modified On : Sat Apr 10 09:16:09 2021 10 // Update Count : 11 11 11 // 12 12 … … 24 24 sout | hex(-27.5F) | hex(-27.5) | hex(-27.5L); 25 25 sout | sci(0.0) | sci(27.5) | sci(-27.5); 26 sout | eng(0.0) | eng(27.5) | eng(-27.5); 26 27 sout | upcase(bin(27)) | upcase(hex(27)) | upcase(27.5e-10) | upcase(hex(27.5)); 27 28 sout | nobase(bin(27)) | nobase(oct(27)) | nobase(hex(27));
Note:
See TracChangeset
for help on using the changeset viewer.