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

toml: add new inline-table duplicate-key test to skip list (#12399)

This commit is contained in:
Larpon 2021-11-06 14:19:40 +01:00 committed by GitHub
parent 9b00564d98
commit d2d67e9f4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,8 @@ const (
'table/injection-2.toml',
'table/injection-1.toml',
'table/duplicate-table-array.toml',
// Inline-table
'inline-table/duplicate-key.toml',
// Array
'array/tables-1.toml',
'array/text-after-array-entries.toml',
@ -29,6 +31,7 @@ const (
// Key
'key/after-table.toml',
'key/after-value.toml',
//'key/no-eol.toml',
'key/no-eol.toml',
'key/after-array.toml',
]