mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: fix parsing array of tables (#12388)
This commit is contained in:
1
vlib/toml/tests/testdata/array_of_tables_2_level_test.out
vendored
Normal file
1
vlib/toml/tests/testdata/array_of_tables_2_level_test.out
vendored
Normal file
@@ -0,0 +1 @@
|
||||
{ "albums": [ { "name": "Born to Run", "songs": [ { "name": "Jungleland" }, { "name": "Meeting Across the River" } ] }, { "name": "Born in the USA", "songs": [ { "name": "Glory Days" }, { "name": "Dancing in the Dark" } ] } ] }
|
||||
Reference in New Issue
Block a user