NimYAML/test
Felix Krause 034b9b8453 Reworked some exceptions and compiler warnings
* LexerError is properly rewritten as YamlParserError in parser
 * updated some code to remove warnings and hints that got emitted
 * Fixes #129
2023-03-13 22:06:07 +01:00
..
yaml-test-suite@6e6c296ae9 Updated test suite, fixed lexer issues 2023-03-10 22:21:18 +01:00
commonTestUtils.nim fixed parser test framework; started making parser tests green 2020-11-04 22:47:52 +01: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 Reworked some exceptions and compiler warnings 2023-03-13 22:06:07 +01: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 test suite, fixed lexer issues 2023-03-10 22:21:18 +01: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