Differences From Artifact [0ac2dd473a]:
- File tests/natools-s_expressions-printers-pretty-tests.ads — part of check-in [d002179746] at 2014-02-05 19:22:06 on branch trunk — s_expressions-printers-pretty-tests: new test for newline output formats (user: nat, size: 2214) [annotate] [blame] [check-ins using]
To Artifact [47d92373a2]:
- File tests/natools-s_expressions-printers-pretty-tests.ads — part of check-in [a450c7e1d4] at 2014-02-07 21:50:04 on branch trunk — s_expressions-printers-pretty-tests: new test for correctness of token encoding end markers (user: nat, size: 2281) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 38 39 | 31 32 33 34 35 36 37 38 39 40 | + | 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 Indentation (Report : in out NT.Reporter'Class); procedure Newline_Formats (Report : in out NT.Reporter'Class); procedure Quoted_String_Escapes (Report : in out NT.Reporter'Class); procedure Separators (Report : in out NT.Reporter'Class); procedure Token_Separation (Report : in out NT.Reporter'Class); end Natools.S_Expressions.Printers.Pretty.Tests; |