remove all ?_assert and replace with ?_assertFoo's
This commit is contained in:
parent
aef1f71690
commit
d2950ab8c7
4 changed files with 176 additions and 215 deletions
|
@ -169,11 +169,7 @@ term_true_test_() ->
|
|||
{"empty array", ?_assert(is_term([], []))},
|
||||
{"whitespace", ?_assert(is_term([ true ], []))},
|
||||
{"nested terms",
|
||||
?_assert(is_term(
|
||||
[[{x, [[{}], [{}], [{}]]}, {y, [{}]}], [{}], [[[]]]],
|
||||
[]
|
||||
)
|
||||
)
|
||||
?_assert(is_term([[{x, [[{}], [{}], [{}]]}, {y, [{}]}], [{}], [[[]]]], []))
|
||||
},
|
||||
{"numbers",
|
||||
?_assert(is_term([-1.0, -1, -0, 0, 1.0e-1, 1, 1.0, 1.0e1], []))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue