move test cases to priv/, retrieve location with code:lib_dir/2
This commit is contained in:
parent
62aef415e1
commit
338f79ec9a
89 changed files with 1 additions and 9 deletions
5
priv/test_cases/string.test
Normal file
5
priv/test_cases/string.test
Normal file
|
@ -0,0 +1,5 @@
|
|||
{name, "string"}.
|
||||
{jsx, [start_array,
|
||||
{string,<<"this is a random string with \n embedded escapes in it">>},
|
||||
end_array,end_json]}.
|
||||
{json, "string.json"}.
|
Loading…
Add table
Add a link
Reference in a new issue