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
f986eaf0
Verified
Commit
f986eaf0
authored
Oct 07, 2018
by
Vladimir Sedach
Browse files
Eval test for existing symbol-macrolet functionality
parent
26f8e2fb
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/eval-tests.lisp
View file @
f986eaf0
...
...
@@ -648,6 +648,11 @@
(
t
13
))))
7
)
(
test-js-eval
symbol-macro-funcall
(
symbol-macrolet
((
bar
(
getprop
Math
'min
)))
(
funcall
bar
-1
2
))
-1
)
(
test-js-eval
negative-mod
(
mod
-12
7
)
2
)
...
...
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