mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
toml: check for single-key reassignment in inline tables (#12436)
This commit is contained in:
@@ -19,8 +19,6 @@ 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',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user