Differences From Artifact [18ef868bf5]:
- File tests/natools-s_expressions-printers-pretty-tests.ads — part of check-in [e8c225e03c] at 2014-01-27 20:04:55 on branch trunk — s_expressions-printers-pretty-tests: first draft of a test suite for S-expression pretty printer (user: nat, size: 1953) [annotate] [blame] [check-ins using]
To 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]
︙ | |||
25 26 27 28 29 30 31 32 33 34 35 | 25 26 27 28 29 30 31 32 33 34 35 36 | + | pragma Preelaborate (Tests); 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 Separators (Report : in out NT.Reporter'Class); end Natools.S_Expressions.Printers.Pretty.Tests; |