summaryrefslogtreecommitdiffstats
path: root/tests/data/toml-lang-compliance/valid/comment/spec-comment-mid-array.toml
blob: c87dd18aa114f00f5d450871383b3ad7be9e11be (plain)
1
2
3
4
5
6
# eol commetns can go anywhere
abc = [ # this is valid
  123,#as is this
  456    #so is  this
  ]# and this
# here too