aboutsummaryrefslogtreecommitdiff
path: root/tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-28 01:21:14 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-09-28 01:21:14 +0000
commitcf25cee064bc5b0ea96021e2669d1c8d5ae2874e (patch)
tree40d4534a13f7679e3b351dd83923db6bc3422329 /tests/fixtures/invalid/table/append-with-dotted-keys-2.stderr
parent627e3353d06c6963fea9f849a062339b58ffd2d0 (diff)
parent9d2039f286bccb9247ff5be29f86057137080d22 (diff)
downloadtoml_edit-cf25cee064bc5b0ea96021e2669d1c8d5ae2874e.tar.gz
Snap for 10872577 from 9d2039f286bccb9247ff5be29f86057137080d22 to 24Q1-release
Change-Id: I78876fec089685b3f6a5f33422de3e0e487cf83c
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`