Added arithmetic tests
This commit is contained in:
parent
fb394db72d
commit
2f1df92c21
|
@ -125,6 +125,13 @@ nap tap (inline 1) test
|
||||||
|
|
||||||
(undefine-me) = (undefine-me) (undefinition 3) test
|
(undefine-me) = (undefine-me) (undefinition 3) test
|
||||||
|
|
||||||
|
?(?-) (Arithmetic)
|
||||||
|
|
||||||
|
?((?: ?0 ?1 ?2) (?:)) + 1 2 3 = 6 (Arithmetic 1) test
|
||||||
|
?((?0 ?: ?1) (?:)) 16 - 8 = 8 (Arithmetic 2) test
|
||||||
|
?((?0 ?1 ?:) (?:)) 12 10 * = 120 (Arithmetic 3) test
|
||||||
|
|
||||||
?(?-) (Late Test Primitives)
|
?(?-) (Late Test Primitives)
|
||||||
|
|
||||||
<> (?x = ?y ?n test) (?(?: ?:) (#fail ?n found: ?x expect: ?y\n))
|
<> (?x = ?y ?n test) (?(?: ?:) (#fail ?n found: ?x expect: ?y\n))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue