summaryrefslogtreecommitdiffstats
path: root/internal/toml-test/tests/valid/spec/comment-0.json
diff options
context:
space:
mode:
Diffstat (limited to 'internal/toml-test/tests/valid/spec/comment-0.json')
-rw-r--r--internal/toml-test/tests/valid/spec/comment-0.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/internal/toml-test/tests/valid/spec/comment-0.json b/internal/toml-test/tests/valid/spec/comment-0.json
new file mode 100644
index 0000000..d979607
--- /dev/null
+++ b/internal/toml-test/tests/valid/spec/comment-0.json
@@ -0,0 +1,10 @@
+{
+ "another": {
+ "type": "string",
+ "value": "# This is not a comment"
+ },
+ "key": {
+ "type": "string",
+ "value": "value"
+ }
+}