Fix CRLF test on Windows

This commit is contained in:
Michael Snoyman 2018-07-24 11:28:38 +03:00
parent d5cf23df52
commit 0c33a1df65
No known key found for this signature in database
GPG Key ID: A048E8C057E86876

View File

@ -18,4 +18,4 @@ main = do
, ("bar" </> "baz", "baz\r\n")
]
let str = $(embedStringFile "test/sample/foo") :: String
str @?= "foo\r\n"
filter (/= '\r') str @?= "foo\n"