X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Fpathnames.impure.lisp;h=3136b0ab0efd7dc81d5a7ecc1c2f515fd47fda96;hb=6cbe4d8ba6d7bc469d03a72514c789b1f3944878;hp=08dfa2800ea2603d7a8a1a842134f75918930e19;hpb=d171bd26f76aaa12d600542337b4186296c2c03d;p=sbcl.git diff --git a/tests/pathnames.impure.lisp b/tests/pathnames.impure.lisp index 08dfa28..3136b0a 100644 --- a/tests/pathnames.impure.lisp +++ b/tests/pathnames.impure.lisp @@ -173,7 +173,7 @@ ;;;; other implementations, they depend quite heavily on the rules for ;;;; namestring parsing, which are implementation-specific. So, success ;;;; or failure in these tests doesn't tell you anything about -;;;; ansi-compliance unless your PARSE-NAMESTRING works like ours. +;;;; ANSI-compliance unless your PARSE-NAMESTRING works like ours. (setf (logical-pathname-translations "scratch") '(("**;*.*.*" "/usr/local/doc/**/*"))) @@ -214,7 +214,7 @@ ;; === logical pathnames === ;; recognizes a logical pathname namestring when ;; default-pathname is a logical pathname - ;; FIXME: 0.6.12.20 fails this one. + ;; FIXME: 0.6.12.23 fails this one. #+nil (#P"scratch:foo;name1" #p"name1" #p"scratch:foo;") ;; or when the namestring begins with the name of a defined ;; logical host followed by a colon [I assume that refers to pathname @@ -244,7 +244,7 @@ (#p"SCRATCH:ABSOLUTE;PATH;NAME.TYPE" #p"scratch:absolute;path;name" #p"/dir/default-name.type") - ;; TODO: test version handling in LPNs + ;; FIXME: test version handling in LPNs ) do (assert (string= (namestring (apply #'merge-pathnames params)) (namestring expected-result))))