...

Text file src/github.com/BurntSushi/toml/internal/toml-test/tests/invalid/table/append-with-dotted-keys-2.toml

Documentation: github.com/BurntSushi/toml/internal/toml-test/tests/invalid/table

     1# This is the same issue as in injection-1.toml, except that nests one level
     2# deeper. See that file for a more complete description.
     3
     4[a.b.c.d]
     5  z = 9
     6
     7[a]
     8  b.c.d.k.t = "Using dotted keys to add to [a.b.c.d] after explicitly defining it above is not allowed"

View as plain text