Skip to content
Snippets Groups Projects
Commit c3ad6070 authored by Daniel Kochmański's avatar Daniel Kochmański
Browse files

add dbind test

parent 32552808
No related branches found
No related tags found
No related merge requests found
......@@ -219,3 +219,8 @@
nil nil)
program-error)
t)
(deftest destructuring-bind.error.10
(signals-error (destructuring-bind (foo nil bar) (list 1 2 3) nil)
program-error)
t)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment