Raymond Toy pushed to branch issue-158-darwin-pathnames-utf8 at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/issues.lisp
    ... ... @@ -838,7 +838,8 @@
    838 838
     	 (path (make-pathname :directory (list :relative name)
    
    839 839
     			      :name name
    
    840 840
     			      :type name)))
    
    841
    -    #+darwin
    
    841
    +    ;; Enable this when we implement normalization for Darwin
    
    842
    +    #+(and nil darwin)
    
    842 843
         (let ((expected '(4352 4456 4543)))
    
    843 844
           ;; Tests that on Darwin the Hangul pathname has been normalized
    
    844 845
           ;; correctly.  We fill in the directory, name, and type components