summaryrefslogtreecommitdiffstats
path: root/vendor/basic-toml/tests/valid/table-with-pound.json
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/basic-toml/tests/valid/table-with-pound.json')
-rw-r--r--vendor/basic-toml/tests/valid/table-with-pound.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/vendor/basic-toml/tests/valid/table-with-pound.json b/vendor/basic-toml/tests/valid/table-with-pound.json
new file mode 100644
index 000000000..5e594e419
--- /dev/null
+++ b/vendor/basic-toml/tests/valid/table-with-pound.json
@@ -0,0 +1,5 @@
+{
+ "key#group": {
+ "answer": {"type": "integer", "value": "42"}
+ }
+}