repo.or.cz
/
parenscript.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed unneeded EVAL-WHEN from around macro environment definitions.
[parenscript.git]
/
t
/
test-package.lisp
blob
74d616fd9591c844e9f1f9e70d2e99e1c7702af9
1
(
in-package
#:
cl
)
2
3
(
defpackage
#:
parenscript-test
4
(:
nicknames
#:
ps-test
)
5
(:
use
#:
common-lisp
#:
parenscript
#:
5
am
)
6
(:
shadowing-import-from
#:
js
#:!)
7
(:
export
#:
run-tests
))