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
3
test/cases/string_escapes.test
Normal file
3
test/cases/string_escapes.test
Normal file
|
@ -0,0 +1,3 @@
|
|||
[start_array, {string, "\""}, {string, "\\"}, {string, "/"}, {string, "\b"}, {string, "\f"}, {string, "\n"}, {string, "\r"}, {string, "\t"}, end_array].
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue