1
0
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:
Larpon
2021-11-11 13:57:11 +01:00
committed by GitHub
parent 35f00c9f91
commit c8cb1bf6b4
2 changed files with 7 additions and 4 deletions

View File

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