X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;ds=sidebyside;f=tests.lisp;h=076b5464c3519f2ffff4f1775a3d2df975deef17;hb=d3d27bf76620df7a11cd1f6ef139174c208d54d4;hp=e401470fb015e000f3a75eae2ae2981a8b2a2ed7;hpb=296f1e6510731c33d6d1f545dfc27dfdc189ff37;p=puri.git 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)