git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/invalid/table/append-with-dotted-keys-2.toml (about) 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"