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