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
6
priv/test_cases/unicode_to_codepoint.test
Normal file
6
priv/test_cases/unicode_to_codepoint.test
Normal file
|
@ -0,0 +1,6 @@
|
|||
{name, "unicode_to_codepoint"}.
|
||||
{jsx, [start_array,
|
||||
{string,<<"arabic letter alef: ">>},
|
||||
{string,<<1575/utf8>>},
|
||||
end_array,end_json]}.
|
||||
{json, "unicode_to_codepoint.json"}.
|
Loading…
Add table
Add a link
Reference in a new issue