nim-json-serialization/tests
Tanguy e5b18fb710
bugfix: a leading field with a 'none' value was producing an incorrect encoding (#50)
The field was omitted, but not the comma following it, resulting in an
encoding such as '{, otherFields: ...}'
2022-07-15 10:23:35 +00:00
..
cases add github action 2020-12-24 16:04:58 +07:00
nim.cfg add "--threads:on" to tests 2019-01-11 15:33:32 +02:00
test_all.nim Update the lexer test and add it to nimble test 2020-03-25 18:43:56 +02:00
test_json_flavor.nim Add support for serialization flavors 2021-03-18 13:01:06 +02:00
test_lexer.nim Enable styleCheck:usages 2021-12-15 13:17:38 +02:00
test_serialization.nim bugfix: a leading field with a 'none' value was producing an incorrect encoding (#50) 2022-07-15 10:23:35 +00:00
utils.nim Enable styleCheck:usages 2021-12-15 13:17:38 +02:00