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
ansi-test
ansi-test
Commits
04a909c5
Commit
04a909c5
authored
Feb 15, 2021
by
Marius Gerbershagen
Browse files
prog1: add tests for empty body and multiple values in first form
parent
6ef45169
Changes
1
Hide whitespace changes
Inline
Side-by-side
data-and-control-flow/prog1.lsp
View file @
04a909c5
...
...
@@ -46,3 +46,11 @@
good)
(def-macro-test prog1.error.1 (prog1 nil))
(deftest prog1.8
(prog1 (values 'a 'b))
a)
(deftest prog1.9
(prog1 (values))
nil)
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