NimYAML/test
Felix Krause 189844a72b Rewrote large parts of presenter
* PresentationOptions has gained more fine-tuning options:
   * directivesEnd: specifies when `---` is written. ref #135
   * containers: specifies whether containers use block or flow style
   * suppressAddrs: if set, suppresses output of attributes
   * quoting: specifies how strings should be quoted
   * condenseFlow: specifies whether flow sequences should be on a
     single line
   * explicitKeys: specifies whether mapping keys should always have '?'
 * PresentationStyle is now a list of presets that set
   multiple options in PresentationOptions.
 * Does not output trailing spaces anymore. ref #135
 * Writes compact notation, i.e. a mapping in a sequence starts on the
   line with the sequence's `-`, unless attributes are written
 * Added tests for the presenter
 * Existing code might change behavior because of whitespace, `---` and
   compact notation. The API has been extended so that existing code is
   affected as little as possible.
2023-07-31 19:16:24 +02:00
..
yaml-test-suite@6e6c296ae9 Updated test suite, fixed lexer issues 2023-03-10 22:21:18 +01:00
commonTestUtils.nim Rewrote large parts of presenter 2023-07-31 19:16:24 +02:00
tannotations.nim Reworked some exceptions and compiler warnings 2023-03-13 22:06:07 +01:00
tdom.nim Reworked some exceptions and compiler warnings 2023-03-13 22:06:07 +01:00
testEventParser.nim updated tests, fixed problems 2021-10-22 17:42:48 +02:00
tests.nim Rewrote large parts of presenter 2023-07-31 19:16:24 +02:00
thints.nim Adapt type hinting to Yaml 1.2.2 (#132) 2023-04-10 17:17:03 +02:00
tjson.nim fixed tjson to conform to new type hints 2023-04-10 17:18:14 +02:00
tlex.nim Consolidated exceptions 2023-03-18 13:54:45 +01:00
tparser.nim Consolidated exceptions 2023-03-18 13:54:45 +01:00
tpresenter.nim Rewrote large parts of presenter 2023-07-31 19:16:24 +02:00
tquickstart.nim replace `echo` + `quit(1)` by error call in `tquickstart.nim` 2018-10-12 16:00:39 +02:00
tserialization.nim Rewrote large parts of presenter 2023-07-31 19:16:24 +02:00