summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit/tests/fixtures/invalid/key/without-value-3.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/toml_edit/tests/fixtures/invalid/key/without-value-3.stderr')
-rw-r--r--vendor/toml_edit/tests/fixtures/invalid/key/without-value-3.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/toml_edit/tests/fixtures/invalid/key/without-value-3.stderr b/vendor/toml_edit/tests/fixtures/invalid/key/without-value-3.stderr
new file mode 100644
index 000000000..a6ca6ffd6
--- /dev/null
+++ b/vendor/toml_edit/tests/fixtures/invalid/key/without-value-3.stderr
@@ -0,0 +1,5 @@
+TOML parse error at line 1, column 6
+ |
+1 | "key"
+ | ^
+expected `.`, `=`