v/vlib/toml/tests
Delyan Angelov 4894f61998
toml: add `pub fn (d Doc) value_opt(key string) ?Any {` and some tests for toml.parse_dotted_key/1
2022-05-28 09:18:18 +03:00
..
testdata toml: support multi-level map keys in arrays-of-tables (#12641) 2021-12-02 11:19:45 +02:00
alexcrichton.toml-rs-tests_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
array_of_tables_1_level_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
array_of_tables_2_level_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
array_of_tables_array_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
array_of_tables_edge_case_1_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
array_of_tables_edge_case_2_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
burntsushi.toml-test_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
compact_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
crlf_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
datetime_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
default_to_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
encode_and_decode_test.v toml: add `encode<T>` and `decode<T>` (#13244) 2022-01-21 21:21:31 +02:00
iarna.toml-spec-tests_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
json_encoding_test.v fmt: remove space in front of ? and ! (#14366) 2022-05-13 06:56:21 +03:00
json_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
key_test.v toml: add `pub fn (d Doc) value_opt(key string) ?Any {` and some tests for toml.parse_dotted_key/1 2022-05-28 09:18:18 +03:00
large_toml_file_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
nested_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
quoted_keys_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
reflect_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
spaced_keys_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
strings_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
table_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
toml_bom_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
toml_memory_corruption_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
toml_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
toml_types_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00
value_query_test.v toml: use toml.parse_text and toml.parse_file in the tests 2022-03-18 23:32:06 +02:00