1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

toml: check for text after comma in arrays (#12435)

This commit is contained in:
Larpon
2021-11-11 13:55:51 +01:00
committed by GitHub
parent 6f55439930
commit 35f00c9f91
2 changed files with 6 additions and 9 deletions

View File

@@ -23,7 +23,6 @@ const (
'inline-table/duplicate-key.toml',
// Array
'array/tables-1.toml',
'array/text-after-array-entries.toml',
]
)