r11031: changes from franz
[puri-unicode.git] / tests.lisp
index e401470..076b546 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)