mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: disallow unclosed arrays (#12273)
This commit is contained in:
@@ -33,10 +33,8 @@ const (
|
||||
'table/duplicate-table-array.toml',
|
||||
// Array
|
||||
'array/tables-1.toml',
|
||||
'array/no-close-2.toml',
|
||||
'array/missing-separator.toml',
|
||||
'array/text-after-array-entries.toml',
|
||||
'array/no-close.toml',
|
||||
'array/text-before-array-separator.toml',
|
||||
// Date / Time
|
||||
'datetime/impossible-date.toml',
|
||||
|
||||
Reference in New Issue
Block a user