projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc12e26
)
Remove test because it will fail in the host
author
David Vázquez
<davazp@gmail.com>
Thu, 2 May 2013 23:04:19 +0000
(
00:04
+0100)
committer
David Vázquez
<davazp@gmail.com>
Thu, 2 May 2013 23:04:19 +0000
(
00:04
+0100)
We do not have JS package in the host implementation
tests/read.lisp
patch
|
blob
|
history
diff --git
a/tests/read.lisp
b/tests/read.lisp
index
d8cadf4
..
fa841a2
100644
(file)
--- a/
tests/read.lisp
+++ b/
tests/read.lisp
@@
-5,7
+5,6
@@
(equal (multiple-value-list (read-from-string "(a b c)"))
'((A B C) 7)))
-(test (equal (symbol-name (read-from-string "js:alert")) "alert"))
(test (equal (symbol-name (read-from-string "cl:cond")) "COND"))
(test (equal (symbol-name (read-from-string "co|N|d")) "COND"))
(test (equal (symbol-name (read-from-string "abc\\def")) "ABCdEF"))