summaryrefslogtreecommitdiffstats
path: root/vendor/toml_edit-0.19.11/tests/fixtures/invalid/array/double-comma-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/toml_edit-0.19.11/tests/fixtures/invalid/array/double-comma-2.stderr')
-rw-r--r--vendor/toml_edit-0.19.11/tests/fixtures/invalid/array/double-comma-2.stderr6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/toml_edit-0.19.11/tests/fixtures/invalid/array/double-comma-2.stderr b/vendor/toml_edit-0.19.11/tests/fixtures/invalid/array/double-comma-2.stderr
new file mode 100644
index 000000000..694d7ec40
--- /dev/null
+++ b/vendor/toml_edit-0.19.11/tests/fixtures/invalid/array/double-comma-2.stderr
@@ -0,0 +1,6 @@
+TOML parse error at line 1, column 14
+ |
+1 | array = [1,2,,]
+ | ^
+invalid array
+expected `]`