Skip to content

Commit

Permalink
Demonstrate bug in #3616
Browse files Browse the repository at this point in the history
This newly added integration test demonstrates the bug described in #3616,
even using Stack 1.5.1. This demonstrates that PR #3615 does not
introduce a regression, and sets a bar for properly fixing this problem.
  • Loading branch information
snoyberg committed Nov 30, 2017
1 parent ec060dd commit 0667eaf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/files/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/files/
6 changes: 6 additions & 0 deletions test/integration/tests/3616-unicode-normalization/Main.hs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import StackTest

main :: IO ()
main = do
stack ["new", "ば日本-4本", "--bare"]
stack ["build"]

0 comments on commit 0667eaf

Please sign in to comment.