diff options
| author | Mistivia <i@mistivia.com> | 2025-06-21 16:58:47 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-21 16:58:47 +0800 |
| commit | 1de8cda84460198e764a94c1f0f106ecaf001331 (patch) | |
| tree | 48bd2e09256c689b120183cf0026f2532617b555 /tests/lisp/arithmetic.lisp | |
| parent | ca22ae606ca674a91e28597a96641c01f7eacb24 (diff) | |
add format
Diffstat (limited to 'tests/lisp/arithmetic.lisp')
| -rw-r--r-- | tests/lisp/arithmetic.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/lisp/arithmetic.lisp b/tests/lisp/arithmetic.lisp index 658bcda..2764b10 100644 --- a/tests/lisp/arithmetic.lisp +++ b/tests/lisp/arithmetic.lisp @@ -9,3 +9,4 @@ (assert-error (- 1 "a")) (assert-error (* 1 "a")) (assert-error (/ 1 "a")) + |
