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