Following (at least on http://binarymuse.github.io/toml-node/): ``` [a] b = "a" [a.b.c] ``` parses, but shouldn't (key `b` is redefined).
Following (at least on http://binarymuse.github.io/toml-node/):
parses, but shouldn't (key
bis redefined).