diff options
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/math.lisp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/math.lisp b/tests/math.lisp index cbd5298..4ecf876 100644 --- a/tests/math.lisp +++ b/tests/math.lisp @@ -9,6 +9,8 @@ (assert (= 1 (abs 1))) (assert (= 1.1 (abs 1.1))) +(~~ 0.2 (/ 5)) + (~~ 3.141 pi) (assert-error (~~ 3.2 pi)) |
