NimYAML/test
Felix Krause 18fc8ba3f5 Reworked dumping API
* removed default value objects,
   use Nim2 default vaules for fields instead.
 * moved dump procs to yaml/dumping and introduced Dumper
 * modified serialization procs to use ctx as first argument,
   so that prefix calls can be used
 * changed defaults for presentation to be more like other
   YAML implementations, e.g. no directives by default.
 * Removed deprecated procs in DOM API
 * Removed PresentationStyle – use the setXStyle procs of Dumper
   instead.
 * Fixed some warnings emerging from transitioning to Nim2
2023-08-29 20:46:26 +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 dumping API 2023-08-29 20:46:26 +02: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 Reworked dumping API 2023-08-29 20:46:26 +02:00
tlex.nim Consolidated exceptions 2023-03-18 13:54:45 +01:00
tparser.nim Reworked dumping API 2023-08-29 20:46:26 +02:00
tpresenter.nim Reworked dumping API 2023-08-29 20:46:26 +02:00
tquickstart.nim replace `echo` + `quit(1)` by error call in `tquickstart.nim` 2018-10-12 16:00:39 +02:00
tserialization.nim Reworked dumping API 2023-08-29 20:46:26 +02:00