Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
04328477
Commit
04328477
authored
Nov 14, 2007
by
Simon Marlow
Browse files
Add test for #782
parent
1d01ed55
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/all.T
View file @
04328477
...
...
@@ -38,3 +38,4 @@ test('ghci025', normal, ghci_script, ['ghci025.script'])
test
('
ghci026
',
namebase_if_compiler_lt
('
ghc
','
6.9
',
'
ghci026-6.8
'),
ghci_script
,
['
ghci026.script
'])
test
('
ghci027
',
normal
,
ghci_script
,
['
ghci027.script
'])
test
('
ghci028
',
normal
,
ghci_script
,
['
ghci028.script
'])
testsuite/tests/ghc-regress/ghci/scripts/ghci028.script
0 → 100644
View file @
04328477
-- Testing that script input is interpreted at UTF-8
:set -XUnicodeSyntax -XRankNTypes
let (∘) :: ∀ α β γ . (β → γ) → (α → β) → (α → γ); (f ∘ g) x = f (g x)
reverse ∘ map Data.Char.toUpper $ "fish"
testsuite/tests/ghc-regress/ghci/scripts/ghci028.stdout
0 → 100644
View file @
04328477
"HSIF"
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