diff options
Diffstat (limited to 'tests/data/toml-lang-compliance/valid/comment/spec-comment-mid-array.toml')
-rw-r--r-- | tests/data/toml-lang-compliance/valid/comment/spec-comment-mid-array.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/data/toml-lang-compliance/valid/comment/spec-comment-mid-array.toml b/tests/data/toml-lang-compliance/valid/comment/spec-comment-mid-array.toml new file mode 100644 index 0000000..c87dd18 --- /dev/null +++ b/tests/data/toml-lang-compliance/valid/comment/spec-comment-mid-array.toml @@ -0,0 +1,6 @@ +# eol commetns can go anywhere +abc = [ # this is valid + 123,#as is this + 456 #so is this + ]# and this +# here too |