summaryrefslogtreecommitdiffstats
path: root/vendor/basic-toml/tests/invalid/table-with-pound.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/basic-toml/tests/invalid/table-with-pound.toml')
-rw-r--r--vendor/basic-toml/tests/invalid/table-with-pound.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/basic-toml/tests/invalid/table-with-pound.toml b/vendor/basic-toml/tests/invalid/table-with-pound.toml
new file mode 100644
index 000000000..0d8edb524
--- /dev/null
+++ b/vendor/basic-toml/tests/invalid/table-with-pound.toml
@@ -0,0 +1,2 @@
+[key#group]
+answer = 42 \ No newline at end of file