NimYAML/test
Felix Krause 5f7677d914 Improved presenter.
* added maxLineLength to PresentationOptions. Fixes #119
 * write a newline to the end of the document.
   required for the output files to be POSIX-compliant text files.
   also improves QoL when dumping to stdout.
2022-09-07 15:15:55 +02:00
..
yaml-test-suite@80f289435a updated tests, fixed problems 2021-10-22 17:42:48 +02:00
commonTestUtils.nim fixed parser test framework; started making parser tests green 2020-11-04 22:47:52 +01:00
tannotations.nim added {.sparse.}. fixes #82 2020-06-26 23:21:22 +02:00
tdom.nim Deprecated DOM API, YamlNode now supported by serialization API 2022-06-05 12:27:19 +02:00
testEventParser.nim updated tests, fixed problems 2021-10-22 17:42:48 +02:00
tests.nim disable DOM API when using ARC (ref #85) 2021-05-18 00:42:58 +02:00
tjson.nim removed obsolete TagLibrary type. control tag directives when dumping. fixes #95 2021-03-23 18:51:05 +01:00
tlex.nim made anchor resolution during deserialization safer 2020-11-10 14:48:19 +01:00
tparser.nim updated tests, fixed problems 2021-10-22 17:42:48 +02:00
tquickstart.nim replace `echo` + `quit(1)` by error call in `tquickstart.nim` 2018-10-12 16:00:39 +02:00
tserialization.nim Improved presenter. 2022-09-07 15:15:55 +02:00