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

pull/12404/head
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
1 changed files with 3 additions and 0 deletions

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',
]