Ignore:
Timestamp:
10/29/20 16:54:35 (3 years ago)
Author:
Mark Evenson
Message:

Able to load from directories with whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/jar-pathname.lisp

    r15437 r15441  
    195195  t)
    196196
     197#+(or) ;; URI encodings in namestring are not currently interpolated
    197198(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
    201203(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") 
    205205  t)
    206206
Note: See TracChangeset for help on using the changeset viewer.