This ``` a = { b = 1 } [a] c = 2 ``` parses, while it should fail due to redefinition of the table with the key `a`. Tested on http://binarymuse.github.io/toml-node/
This
parses, while it should fail due to redefinition of the table with the key
a.Tested on http://binarymuse.github.io/toml-node/