1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/toml/tests
2023-04-28 01:30:47 +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_test.v toml: minor cleanup in toml tests (#16679) 2022-12-15 10:16:42 +02: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 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +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 all: change optional to result of io (#16075) 2022-10-16 09:28:57 +03:00
burntsushi_toml_test.v toml: update returns from option to result type (#18065) 2023-04-27 06:41:40 +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 toml: minor cleanup in toml tests (#16679) 2022-12-15 10:16:42 +02: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 checker: remove c.pref.is_test exception for calling private methods in _other_ modules (#16872) 2023-01-05 15:41:18 +02:00
iarna_toml_spec_test.v toml: update returns from option to result type (#18065) 2023-04-27 06:41:40 +03:00
inline_test.v toml: fix trailing comma in inline toml, add test (#17977) 2023-04-18 12:35:55 +03:00
json_encoding_test.v all: change optional to result of io (#16075) 2022-10-16 09:28:57 +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 vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
large_toml_file_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03: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: fix multiline array bool scanner, add test (#18068) 2023-04-28 01:30:47 +03: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 checker: disallow struct int to ptr outside unsafe (#17923) 2023-04-13 07:38:21 +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 os,tools: add os.vtmp_dir() 2022-11-03 10:19:51 +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