Skip to content

Commit

Permalink
test non-ascii package names
Browse files Browse the repository at this point in the history
related to (closed) issue commercialhaskell#1337
  • Loading branch information
kadoban committed Dec 12, 2015
1 parent 79646fe commit b355e6e
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ main = do
stackErr ["new", "1-abc"]
stackErr ["new", "44444444444444"]
stackErr ["new", "abc-1"]
stackErr ["new", "444-ば日本-4本"]
stack ["new", "ば日本-4本"]
stack ["new", "אבהץש"]
stack ["new", "ΔΘΩϬ"]
doesExist "./ΔΘΩϬ/stack.yaml"
doesExist "./ΔΘΩϬ/ΔΘΩϬ.cabal"

0 comments on commit b355e6e

Please sign in to comment.