diff options
Diffstat (limited to 'testsuite/tests/parser/unicode/utf8_011.hs')
-rw-r--r-- | testsuite/tests/parser/unicode/utf8_011.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/parser/unicode/utf8_011.hs b/testsuite/tests/parser/unicode/utf8_011.hs new file mode 100644 index 0000000000..5700e1db45 --- /dev/null +++ b/testsuite/tests/parser/unicode/utf8_011.hs @@ -0,0 +1,2 @@ +-- 0xbf is an invalid character +bad = '¿' |