diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/comment/spec-comment.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/comment/spec-comment.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/comment/spec-comment.toml b/tests/data/toml-lang-compliance/valid/comment/spec-comment.toml new file mode 100644 index 0000000..090b474 --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/comment/spec-comment.toml @@ -0,0 +1,2 @@ +# This is a full-line comment +key = "value" # This is a comment at the end of a line |