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
14
priv/test_cases/integer.test
Normal file
14
priv/test_cases/integer.test
Normal file
|
@ -0,0 +1,14 @@
|
|||
{name, "integer"}.
|
||||
{jsx, [start_array,start_array,
|
||||
{integer,20},
|
||||
end_array,
|
||||
{integer,20},
|
||||
start_object,
|
||||
{key,<<"key">>},
|
||||
{integer,20},
|
||||
{key,<<"another key">>},
|
||||
{integer,20},
|
||||
end_object,
|
||||
{integer,42},
|
||||
end_array,end_json]}.
|
||||
{json, "integer.json"}.
|
Loading…
Add table
Add a link
Reference in a new issue