aboutsummaryrefslogtreecommitdiff
path: root/tests/invalid/duplicate-key-table.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/invalid/duplicate-key-table.toml')
-rw-r--r--tests/invalid/duplicate-key-table.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/invalid/duplicate-key-table.toml b/tests/invalid/duplicate-key-table.toml
new file mode 100644
index 0000000..cedf05f
--- /dev/null
+++ b/tests/invalid/duplicate-key-table.toml
@@ -0,0 +1,5 @@
+[fruit]
+type = "apple"
+
+[fruit.type]
+apple = "yes"