From: Kevin M. Rosenberg Date: Tue, 15 Aug 2006 00:59:34 +0000 (+0000) Subject: r11031: changes from franz X-Git-Tag: debian-1.5.1-2~7 X-Git-Url: http://git.kpe.io/?p=puri.git;a=commitdiff_plain;h=f1b41b7f8bbc754f4b9cdad1d8d29c767084be84 r11031: changes from franz --- diff --git a/tests.lisp b/tests.lisp index e401470..076b546 100644 --- 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)