diff options
Diffstat (limited to 'testsuite/tests/parser/unicode/1744.hs')
-rw-r--r-- | testsuite/tests/parser/unicode/1744.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/tests/parser/unicode/1744.hs b/testsuite/tests/parser/unicode/1744.hs new file mode 100644 index 0000000000..90273741da --- /dev/null +++ b/testsuite/tests/parser/unicode/1744.hs @@ -0,0 +1,3 @@ +main = print hello
+-- test that layout has not been screwed up
+hello = "こんにちは 世界"
|