projects
/
puri-unicode.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1321c88
)
r11031: changes from franz
author
Kevin M. Rosenberg
<kevin@rosenberg.net>
Tue, 15 Aug 2006 00:59:34 +0000
(
00:59
+0000)
committer
Kevin M. Rosenberg
<kevin@rosenberg.net>
Tue, 15 Aug 2006 00:59:34 +0000
(
00:59
+0000)
tests.lisp
patch
|
blob
|
history
diff --git
a/tests.lisp
b/tests.lisp
index
e401470
..
076b546
100644
(file)
--- a/
tests.lisp
+++ b/
tests.lisp
@@
-183,9
+183,6
@@
(push `(test "%20" (format nil "~a" (parse-uri "%20"))
:test 'string=)
res)
- (push `(test "%FF" (format nil "~a" (parse-uri "%FF"))
- :test 'string=)
- res) ;Value 255 outside reserved-chars vector (128 bits)
(push `(test "&" (format nil "~a" (parse-uri "%26"))
:test 'string=)
res)