Skip to content
GitLab
Projects
Groups
Snippets
/
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
b4f72933
Commit
b4f72933
authored
Apr 06, 2015
by
Daniel Kochmański
Committed by
Daniel Kochmański
Aug 31, 2015
Browse files
psetf: add test with multiplle-value places.
parent
17ba6b48
Changes
1
Hide whitespace changes
Inline
Side-by-side
psetf.lsp
View file @
b4f72933
...
...
@@ -410,4 +410,13 @@
x y)))
nil 2 1)
;; Test, if psetf handles correctly multiple values.
(deftest psetf.41
(let ((y 2) (z 3) u x a b c)
(psetf (values a b c) (values 1 2 3)
(values u x) (values y z))
(values a b c u x))
1 2 3 2 3)
;;; TODO: logical-pathname-translations, readtable-case
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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