Differences From Artifact [2536e8dc4b]:
- File tests/natools-s_expressions-printers-pretty-tests.ads — part of check-in [ed46bbdd62] at 2014-01-28 19:40:23 on branch trunk — s_expressions-printers-pretty-tests: add test for output width in hexadecimal and base-64 atom encodings (user: nat, size: 2014) [annotate] [blame] [check-ins using]
To Artifact [eaa3a2fef7]:
- File tests/natools-s_expressions-printers-pretty-tests.ads — part of check-in [e499a522b3] at 2014-01-30 20:53:10 on branch trunk — s_expressions-printers-pretty-tests: new test for quoted string escape sequences (user: nat, size: 2086) [annotate] [blame] [check-ins using]
︙ | |||
27 28 29 30 31 32 33 34 35 36 | 27 28 29 30 31 32 33 34 35 36 37 | + | package NT renames Natools.Tests; procedure All_Tests (Report : in out NT.Reporter'Class); procedure Atom_Encodings (Report : in out NT.Reporter'Class); procedure Atom_Width (Report : in out NT.Reporter'Class); procedure Basic_Printing (Report : in out NT.Reporter'Class); procedure Quoted_String_Escapes (Report : in out NT.Reporter'Class); procedure Separators (Report : in out NT.Reporter'Class); end Natools.S_Expressions.Printers.Pretty.Tests; |