Changeset 12721 in project for release/4/uri-generic/trunk/tests/run.scm
- Timestamp:
- 12/02/08 22:26:59 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
release/4/uri-generic/trunk/tests/run.scm
r12719 r12721 102 102 (,base "http:" "http:") 103 103 (,base "..%2f" "http://a/b/c/..%2f") 104 ("http://a/b/c/d/" ".." "http://a/b/c/") 105 ("http://a/b/c/d/" "../e" "http://a/b/c/e") 106 ("http://a/b/c/d/" "../e/" "http://a/b/c/e/") 107 ("http://a/b//c///d///" "..//.." "http://a/b/") 104 108 )) 105 109
Note: See TracChangeset
for help on using the changeset viewer.