Changeset 13373 for trunk/abcl/test/lisp/abcl/pathname-tests.lisp
- Timestamp:
- 07/04/11 14:03:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/pathname-tests.lisp
r13294 r13373 1687 1687 (equal s 1688 1688 (namestring (pathname s)))) 1689 ' file-error)1689 'error) 1690 1690 t) 1691 1691 1692 1692 (deftest pathname.uri-encoding.2 1693 ( equal "/path with/uri-escaped/?characters/"1694 (namestring (pathname "file:/path%20with/uri-escaped/%3fcharacters/")))1693 (string-equal "/path with/uri-escaped/?characters/" 1694 (namestring (pathname "file:/path%20with/uri-escaped/%3fcharacters/"))) 1695 1695 t) 1696 1696
Note: See TracChangeset
for help on using the changeset viewer.