mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: improve array parsing (#12322)
This commit is contained in:
@@ -23,7 +23,7 @@ const (
|
||||
'table/duplicate-table-array.toml',
|
||||
// Array
|
||||
'array/tables-1.toml',
|
||||
'array/missing-separator.toml',
|
||||
//'array/missing-separator.toml',
|
||||
'array/text-after-array-entries.toml',
|
||||
'array/text-before-array-separator.toml',
|
||||
// Date / Time
|
||||
|
||||
Reference in New Issue
Block a user