diff options
| author | Mistivia <i@mistivia.com> | 2025-06-24 22:32:57 +0800 |
|---|---|---|
| committer | Mistivia <i@mistivia.com> | 2025-06-24 22:34:19 +0800 |
| commit | 44642d96eaef834b4bb846d27347ee681f9f5f7b (patch) | |
| tree | 6e288498788115415650546f11a54a2a17766b15 /tests/eq.lisp | |
| parent | 7dd5aa6065c00ed2d85b191e7e3cd4b12467408d (diff) | |
add more list funcs
Diffstat (limited to 'tests/eq.lisp')
| -rw-r--r-- | tests/eq.lisp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/eq.lisp b/tests/eq.lisp index a7758bb..27e9aee 100644 --- a/tests/eq.lisp +++ b/tests/eq.lisp @@ -1,5 +1,5 @@ -(assert-error (eq?1 2 3)) -(assert-error (equal?1 2 3)) +(assert-error (eq? 1 2 3)) +(assert-error (equal? 1 2 3)) (assert (eq? 1 1)) (assert (eq? 'a 'a)) |
