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
parenscript
parenscript
Commits
28919764
Verified
Commit
28919764
authored
Oct 01, 2018
by
Vladimir Sedach
Browse files
Added another unit test for &whole macro lambda-list keyword
parent
d11e2ec2
Pipeline
#353
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
t/output-tests.lisp
View file @
28919764
...
@@ -1434,6 +1434,12 @@ __setf_someThing('foo', 1, 2);")
...
@@ -1434,6 +1434,12 @@ __setf_someThing('foo', 1, 2);")
(
foo
1
2
))
(
foo
1
2
))
"'(FOO 1 2)';"
)
"'(FOO 1 2)';"
)
(
test-ps-js
ampersand-whole-2
(
macrolet
((
foo
(
&whole
foo
bar
baz
)
`
(
+
,
bar
,
baz
)))
(
foo
1
2
))
"1 + 2;"
)
(
test-ps-js
keyword-consistent
(
test-ps-js
keyword-consistent
:x
:x
"'x';"
)
"'x';"
)
...
...
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