This website requires JavaScript.
Explore
☕ Блог
Help
Register
Sign In
mirror
/
v
Watch
1
Star
0
Fork
0
You've already forked v
mirror of
https://github.com/vlang/v.git
synced
2023-08-10 21:13:21 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
f74b65b63f5a3b91843f0506b29e05a8032ad20f
v
/
vlib
/
toml
/
tests
History
Ned
437fa02f27
x.json2: add customized JSON output capability via Encoder (
#13654
)
2022-03-04 14:39:23 +03:00
..
testdata
…
alexcrichton.toml-rs-tests_test.v
x.json2: add customized JSON output capability via Encoder (
#13654
)
2022-03-04 14:39:23 +03:00
array_of_tables_1_level_test.v
…
array_of_tables_2_level_test.v
…
array_of_tables_array_test.v
…
array_of_tables_edge_case_1_test.v
…
array_of_tables_edge_case_2_test.v
…
burntsushi.toml-test_test.v
x.json2: add customized JSON output capability via Encoder (
#13654
)
2022-03-04 14:39:23 +03:00
compact_test.v
…
crlf_test.v
toml: ignore CRLF just like LF in line comments, support VTEST_HIDE_OK=1 in tests.
2022-01-03 12:54:16 +02:00
datetime_test.v
…
default_to_test.v
…
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
x.json2: add customized JSON output capability via Encoder (
#13654
)
2022-03-04 14:39:23 +03:00
json_encoding_test.v
…
json_test.v
…
key_test.v
…
large_toml_file_test.v
…
nested_test.v
…
quoted_keys_test.v
…
reflect_test.v
toml: add support for arrays and maps of primitives in
reflect<T>
(
#13245
)
2022-01-21 21:20:44 +02:00
spaced_keys_test.v
…
strings_test.v
…
table_test.v
…
toml_bom_test.v
builtin: change IError
msg
and
code
to methods + fix vlib, add a deprecation notice for the old usages (
#13041
)
2022-02-11 15:52:33 +02:00
toml_memory_corruption_test.v
…
toml_test.v
…
toml_types_test.v
ci: rename types_test.v to toml_types_test.v
2022-01-22 20:25:06 +02:00
value_query_test.v
…