git.sr.ht/~pingoo/stdx@v0.0.0-20240218134121-094174641f6e/toml/internal/toml-test/tests/valid/key/quoted-dots.toml (about)

     1  plain = 1
     2  "with.dot" = 2
     3  
     4  [plain_table]
     5  plain = 3
     6  "with.dot" = 4
     7  
     8  [table.withdot]
     9  plain = 5
    10  "key.with.dots" = 6