Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
ansi-test
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
5
Merge Requests
5
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ansi-test
ansi-test
Commits
c3ad6070
Commit
c3ad6070
authored
Dec 08, 2017
by
Daniel Kochmański
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add dbind test
parent
32552808
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
data-and-control-flow/destructuring-bind.lsp
data-and-control-flow/destructuring-bind.lsp
+5
-0
No files found.
data-and-control-flow/destructuring-bind.lsp
View file @
c3ad6070
...
...
@@ -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)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment