aboutsummaryrefslogtreecommitdiff
path: root/test-suite/tests/valid/dotted-keys.toml
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/tests/valid/dotted-keys.toml')
-rw-r--r--test-suite/tests/valid/dotted-keys.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/test-suite/tests/valid/dotted-keys.toml b/test-suite/tests/valid/dotted-keys.toml
index 27dbd32..234d64c 100644
--- a/test-suite/tests/valid/dotted-keys.toml
+++ b/test-suite/tests/valid/dotted-keys.toml
@@ -3,7 +3,5 @@ a.b = 123
[table]
a.b.c = 1
a . b . d = 2
-in = {foo = 1}
-in.bar = 2
-in2 = { type.name = "cat", type.color = "blue" }
+in = { type.name = "cat", type.color = "blue" }