Skip to content
Snippets Groups Projects
Commit 04a909c5 authored by Marius Gerbershagen's avatar Marius Gerbershagen
Browse files

prog1: add tests for empty body and multiple values in first form

parent 6ef45169
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment