diff options
Diffstat (limited to 'tests/data/extras/valid/burntsushi-repo/key-quoted-dots.toml')
-rw-r--r-- | tests/data/extras/valid/burntsushi-repo/key-quoted-dots.toml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/extras/valid/burntsushi-repo/key-quoted-dots.toml b/tests/data/extras/valid/burntsushi-repo/key-quoted-dots.toml new file mode 100644 index 0000000..65fcddf --- /dev/null +++ b/tests/data/extras/valid/burntsushi-repo/key-quoted-dots.toml @@ -0,0 +1,10 @@ +plain = 1 +"with.dot" = 2 + +[plain_table] +plain = 3 +"with.dot" = 4 + +[table.withdot] +plain = 5 +"key.with.dots" = 6 |