summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2013-12-05 08:30:53 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2013-12-05 08:31:02 +0000
commit75dbe8725d6981085bf73717937a186a835c3828 (patch)
tree58a7ae35022cc2b5e2c28ce92f071d7550e5f5c6 /testsuite/tests/ghci
parentf783a6fc54cf6e837c40273884a2f5339bd504a4 (diff)
downloadhaskell-75dbe8725d6981085bf73717937a186a835c3828.tar.gz
Different quotes in error messages following lexer clean-up
Diffstat (limited to 'testsuite/tests/ghci')
-rw-r--r--testsuite/tests/ghci/prog009/ghci.prog009.stderr4
-rw-r--r--testsuite/tests/ghci/scripts/T1914.stderr4
-rw-r--r--testsuite/tests/ghci/scripts/T6106.stderr4
3 files changed, 8 insertions, 4 deletions
diff --git a/testsuite/tests/ghci/prog009/ghci.prog009.stderr b/testsuite/tests/ghci/prog009/ghci.prog009.stderr
index bf608499bb..ca9a7bc591 100644
--- a/testsuite/tests/ghci/prog009/ghci.prog009.stderr
+++ b/testsuite/tests/ghci/prog009/ghci.prog009.stderr
@@ -1,8 +1,8 @@
-A.hs:1:16: parse error on input `where'
+A.hs:1:16: parse error on input ‛where’
<interactive>:26:1:
Not in scope: ‛yan’
Perhaps you meant ‛tan’ (imported from Prelude)
-A.hs:1:16: parse error on input `where'
+A.hs:1:16: parse error on input ‛where’
diff --git a/testsuite/tests/ghci/scripts/T1914.stderr b/testsuite/tests/ghci/scripts/T1914.stderr
index fe06f7e58f..b6357f2a8b 100644
--- a/testsuite/tests/ghci/scripts/T1914.stderr
+++ b/testsuite/tests/ghci/scripts/T1914.stderr
@@ -1,2 +1,4 @@
-T1914A.hs:1:38: Parse error: naked expression at top level
+T1914A.hs:1:38:
+ Parse error: naked expression at top level
+ Perhaps you intended to use TemplateHaskell
diff --git a/testsuite/tests/ghci/scripts/T6106.stderr b/testsuite/tests/ghci/scripts/T6106.stderr
index 71baf476a0..ad925244a2 100644
--- a/testsuite/tests/ghci/scripts/T6106.stderr
+++ b/testsuite/tests/ghci/scripts/T6106.stderr
@@ -1,2 +1,4 @@
-T6106.hs:1:1: Parse error: naked expression at top level
+T6106.hs:1:1:
+ Parse error: naked expression at top level
+ Perhaps you intended to use TemplateHaskell