r11031: changes from franz
[puri.git] / tests.lisp
index e401470fb015e000f3a75eae2ae2981a8b2a2ed7..076b5464c3519f2ffff4f1775a3d2df975deef17 100644 (file)
     (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)