Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f193f3a8
Commit
f193f3a8
authored
Mar 06, 2007
by
Ian Lynagh
Browse files
Test ghci018 for ghci running splices multiple times (trac
#1201
)
parent
9e7c0144
Changes
3
Hide whitespace changes
Inline
Side-by-side
testsuite/tests/ghc-regress/ghci/scripts/all.T
View file @
f193f3a8
...
...
@@ -20,3 +20,5 @@ test('ghci014', reqlib('QuickCheck'), ghci_script, ['ghci014.script'])
test
('
ghci015
',
normal
,
ghci_script
,
['
ghci015.script
'])
test
('
ghci016
',
expect_broken
(
552
),
ghci_script
,
['
ghci016.script
'])
test
('
ghci017
',
extra_run_opts
('
-hide-package haskell98
'),
ghci_script
,
['
ghci017.script
'])
test
('
ghci018
',
expect_broken
(
1201
),
ghci_script
,
['
ghci018.script
'])
testsuite/tests/ghc-regress/ghci/scripts/ghci018.script
0 → 100644
View file @
f193f3a8
:set -fth
:m + Language.Haskell.TH
$( do runIO $ putStrLn "Q"; [| 'x' |] )
testsuite/tests/ghc-regress/ghci/scripts/ghci018.stdout
0 → 100644
View file @
f193f3a8
Q
'x'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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