You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If a table has some entries defined using dotted.syntax and some using [tables], they are flagged as duplicates and fail to parse. This is allowed in the spec (end of the table section) as The [table] form can, however, be used to define sub-tables within tables defined via dotted keys.
Describe the bug
If a table has some entries defined using
dotted.syntax
and some using[tables]
, they are flagged as duplicates and fail to parse. This is allowed in the spec (end of the table section) asThe [table] form can, however, be used to define sub-tables within tables defined via dotted keys.
To Reproduce
Gives the duplicate key error
Expected behavior
The above example to be parsed into the equivalent of
{'abc': {'bar': {'fizz': 1, 'buzz': 2}, 'foo': 'one'}}
Device:
The text was updated successfully, but these errors were encountered: