add test_comment_00

one-element array with comment, for issue #103
This commit is contained in:
Christopher Dunn 2015-01-23 12:03:41 -06:00
parent 9fbd12b27c
commit 8d15e51228
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// Comment for array
.=[]
// Comment within array
.[0]="one-element"

View File

@ -0,0 +1,5 @@
// Comment for array
[
// Comment within array
"one-element"
]