Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
596927d3
Commit
596927d3
authored
Jul 09, 2008
by
Simon Marlow
Browse files
add test for #1103
parent
c1d3ccd8
Changes
2
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/parser/unicode/1103.hs
0 → 100644
View file @
596927d3
{-# OPTIONS -fglasgow-exts #-}
{-
Three kinds of Unicode tests for our purposes.
Note that GHC_OPTIONS instead of OPTIONS above does not work.
-}
module
UniTest
where
-- Non working Japanese Unicode test.
てすと
3
∷
IO
()
てすと
3
=
do
putStrLn
$
show
人間虫
where
人間虫
=
"humasect"
testsuite/tests/ghc-regress/parser/unicode/all.T
View file @
596927d3
...
...
@@ -17,3 +17,4 @@ test('utf8_022', normal, compile_fail, [''])
test
('
unicode001
',
normal
,
compile_and_run
,
[''])
test
('
1744
',
normal
,
compile_and_run
,
[''])
test
('
1103
',
normal
,
compile
,
[''])
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment