Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Karsten Poeck
ansi-test
Commits
fccdb014
Commit
fccdb014
authored
Apr 19, 2003
by
pfdietz
Browse files
Added test that &whole in macro lambda lists can be followed by a destructuring pattern.
parent
19be41cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ansi-tests/macrolet.lsp
View file @
fccdb014
...
...
@@ -333,6 +333,12 @@
(nil 2)
(1 2))
;;; &whole is followed by a destructuring pattern (see 3.4.4.1.2)
(deftest macrolet.36
(macrolet ((%m (&whole (m a b) c d) `(quote (,m ,a ,b ,c ,d))))
(%m 1 2))
(%m 1 2 1 2))
;;; Symbol-macrolet tests
(deftest symbol-macrolet.1
...
...
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