encoding/toml: incorrect duplicate key
error for tables nested within an array of tables
#3609
Labels
duplicate key
error for tables nested within an array of tables
#3609
What version of CUE are you using (
cue version
)?Does this issue reproduce with the latest stable release?
Yes.
What did you do?
What did you expect to see?
Both
cue eval
commands run successfully with no errors.What did you see instead?
This is incorrect according to the TOML spec (v1.0.0), which states:
This issue has the undesirable effect of breaking, for example, the
cue eval
andcue vet
commands for TOML files containing such data.The text was updated successfully, but these errors were encountered: