rewrote test harness to use eunit and make it easier to add future tests
This commit is contained in:
parent
f5f1f588d4
commit
ab67abd01a
37 changed files with 121 additions and 81 deletions
2
test/cases/comments.test
Normal file
2
test/cases/comments.test
Normal file
|
@ -0,0 +1,2 @@
|
|||
[start_array, {string, "a string"}, {number, "1"}, start_object, {key, "key"}, start_array, end_array, end_object, {literal, true}, end_array].
|
||||
[{comments, true}].
|
Loading…
Add table
Add a link
Reference in a new issue