Changeset 15441 for trunk/abcl/test/lisp/abcl/jar-pathname.lisp
- Timestamp:
- 10/29/20 16:54:35 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/test/lisp/abcl/jar-pathname.lisp
r15437 r15441 195 195 t) 196 196 197 #+(or) ;; URI encodings in namestring are not currently interpolated 197 198 (deftest jar-pathname.load.14 198 (load-from-jar *tmp-jar-path-whitespace* "a/b/bar.abcl") 199 t) 200 199 (with-jar-file-init 200 (load-from-jar *tmp-jar-path-whitespace* "a/b/bar.abcl")) 201 t) 202 #+(or) ;; URI encodings in namestring are not currently interpolated 201 203 (deftest jar-pathname.load.15 202 (signals-error 203 (load-from-jar *tmp-jar-path-whitespace* "a/b/foo bar.abcl") 204 'error) 204 (load-from-jar *tmp-jar-path-whitespace* "a/b/foo bar.abcl") 205 205 t) 206 206
Note: See TracChangeset
for help on using the changeset viewer.