summaryrefslogtreecommitdiffstats
path: root/tests/data/extras/valid/burntsushi-repo/keys-with-dots.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/data/extras/valid/burntsushi-repo/keys-with-dots.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/data/extras/valid/burntsushi-repo/keys-with-dots.toml b/tests/data/extras/valid/burntsushi-repo/keys-with-dots.toml
new file mode 100644
index 0000000..2490592
--- /dev/null
+++ b/tests/data/extras/valid/burntsushi-repo/keys-with-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 \ No newline at end of file