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
817679e7
Commit
817679e7
authored
Apr 02, 2015
by
Robert Strandh
Committed by
Daniel Kochmański
Aug 31, 2015
Browse files
Added a test for the number of values returned by SHIFTF.
parent
4416abfe
Changes
1
Hide whitespace changes
Inline
Side-by-side
shiftf.lsp
View file @
817679e7
...
...
@@ -79,4 +79,13 @@
x y)))
1 2 foo)
;;; Test that SHIFTF returns a single value, even though the first
;;; place has multiple values.
(deftest shiftf.7
(let ((x 'a) (y 'b))
(values
(multiple-value-list (shiftf (values x y) (floor 10 3)))
x y))
(a) 3 1)
;;; Need to add more shiftf tests here
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