v/vlib/toml/tests
Larpon 4b9e8e243c
toml: support arrays in value key query syntax (#12527)
2021-11-20 19:45:17 +02:00
..
testdata toml: fix parsing of alphanumeric keys (#12517) 2021-11-19 20:34:21 +02:00
array_of_tables_1_level_test.v toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
array_of_tables_2_level_test.v toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
array_of_tables_array_test.v toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
burntsushi.toml-test_test.v toml: fix parsing of alphanumeric keys (#12517) 2021-11-19 20:34:21 +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 toml: fix memory corruption when returning new date/time types (#12507) 2021-11-19 20:35:11 +02:00
default_to_test.v toml: add Any.default_to() method (#12506) 2021-11-19 10:26:45 +02:00
json_encoding_test.v toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
json_test.v toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
key_test.v toml: fix parsing of alphanumeric keys (#12517) 2021-11-19 20:34:21 +02: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: eat first nl if present in multiline strings (#12496) 2021-11-17 23:48:29 +02:00
table_test.v toml: add Any.default_to() method (#12506) 2021-11-19 10:26:45 +02:00
toml_bom_test.v toml: add Any.default_to() method (#12506) 2021-11-19 10:26:45 +02:00
toml_memory_corruption_test.v toml: fix memory corruption when returning new date/time types (#12507) 2021-11-19 20:35:11 +02:00
toml_test.v toml: small refactor, move all json functionality to submodule (#12502) 2021-11-18 13:27:59 +02:00
types_test.v toml: streamline scanner.at() return type, fixes #12344 (#12370) 2021-11-03 10:18:09 +02:00
value_query_test.v toml: support arrays in value key query syntax (#12527) 2021-11-20 19:45:17 +02:00