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
Fixed bug where expressionize-if macroexpansion attempts would throw errors.
[parenscript.git]
/
t
/
test-package.lisp
blob
ae13a32201ca298e3e18cf3cddb182d039038b40
1
(
in-package
#:
cl
)
2
(
named-readtables
:
in-readtable
:
parenscript
)
3
4
(
defpackage
#:
ps-test
5
(:
use
#:
cl
#:
parenscript
#:
eos
)
6
(:
export
#:
run-tests
#:
interface-function
#:
test-js-eval
#:
jsarray
))
7
8
(
defpackage
#:
ps-eval-tests
9
(:
use
#:
cl
#:
eos
#:
parenscript
#:
ps-test
))