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