1
0
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:
Larpon
2021-10-27 19:26:33 +02:00
committed by GitHub
parent 43fbc68f1e
commit bc3827ae15
2 changed files with 25 additions and 4 deletions

View File

@@ -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