v/vlib/toml/tests
Larpon bd9ac598f7
toml: add support for validation of structure and values (#12481)
2021-11-17 08:30:40 +02:00
..
testdata toml: use `json2` to encode output from .to_json() (#12470) 2021-11-16 08:41:37 +02:00
array_of_tables_1_level_test.v toml: fix parsing array of tables (#12388) 2021-11-05 12:08:40 +02:00
array_of_tables_2_level_test.v toml: fix parsing array of tables (#12388) 2021-11-05 12:08:40 +02:00
array_of_tables_array_test.v toml: support complex array-tables-array constructs (#12438) 2021-11-11 18:30:34 +02:00
burntsushi.toml-test_test.v toml: add support for validation of structure and values (#12481) 2021-11-17 08:30:40 +02:00
compact_test.v toml: isolate, fix and regress-test sumtype cast causing memory corruption (#12329) 2021-10-28 19:57:30 +03:00
crlf_test.v toml: fix hex values starting with a, e or E and comments ending with crlf (#12367) 2021-11-02 19:07:27 +02:00
datetime_test.v vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00
json_encoding_test.v toml: use `json2` to encode output from .to_json() (#12470) 2021-11-16 08:41:37 +02:00
json_test.v vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00
nested_test.v vlib: add toml module + tests (#11964) 2021-09-24 21:13:52 +03:00
quoted_keys_test.v toml: support for `[a."b.c"]` quoted keys (#12444) 2021-11-13 11:17:35 +02:00
strings_test.v toml: fix scanner escape collecting in literal strings (#12022) 2021-09-30 16:04:21 +03:00
table_test.v toml: parse formatting (#12374) 2021-11-04 09:15:50 +02:00
toml_bom_test.v toml: add UTF header support, add BOM tests (#12326) 2021-10-28 16:38:49 +03:00
toml_memory_corruption_test.v toml: isolate, fix and regress-test sumtype cast causing memory corruption (#12329) 2021-10-28 19:57:30 +03:00
toml_test.v toml: isolate, fix and regress-test sumtype cast causing memory corruption (#12329) 2021-10-28 19:57:30 +03:00
types_test.v toml: streamline scanner.at() return type, fixes #12344 (#12370) 2021-11-03 10:18:09 +02:00