aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr')
-rw-r--r--tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr b/tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr
new file mode 100644
index 0000000..7c665f9
--- /dev/null
+++ b/tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr
@@ -0,0 +1,5 @@
+TOML parse error at line 8, column 3
+ |
+8 | b.c.d.k.t = "Using dotted keys to add to [a.b.c.d] after explicitly defining it above is not allowed"
+ | ^
+duplicate key `d`