simplify exportation of tests, add strings to test suite
This commit is contained in:
parent
eaf19cde9c
commit
2f47fdd642
8 changed files with 79 additions and 90 deletions
|
@ -267,16 +267,7 @@ post_decoders_test_() ->
|
|||
|
||||
|
||||
handle_event_test_() ->
|
||||
Data = jsx:empty_array()
|
||||
++ jsx:deep_array()
|
||||
++ jsx:really_deep_array()
|
||||
++ jsx:empty_object()
|
||||
++ jsx:literals()
|
||||
++ jsx:naked_literals()
|
||||
++ jsx:integers()
|
||||
++ jsx:naked_integers()
|
||||
++ jsx:floats()
|
||||
++ jsx:naked_floats()
|
||||
Data = jsx:universals()
|
||||
++ jsx:decodeables(),
|
||||
[
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue