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