From 0808d7ca0cb9f56f8e2f481a2504e9bcd0e0465f Mon Sep 17 00:00:00 2001 From: Andrew Gibiansky Date: Thu, 5 Mar 2015 13:49:57 -0800 Subject: [PATCH] Fixing test suite --- .gitignore | 3 +++ Hspec.hs | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c0fa143b..258b6f35 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ *.hi notebooks/Test.ipynb notebooks/Untitled.ipynb +notebooks/Untitled0.ipynb +*.dyn_o +*.dyn_hi *.o dist IHaskell/GHC diff --git a/Hspec.hs b/Hspec.hs index 881122b9..1df611e9 100644 --- a/Hspec.hs +++ b/Hspec.hs @@ -336,7 +336,7 @@ evalTests = do it "evaluates directives" $ do ":typ 3" `becomes` ["3 :: forall a. Num a => a"] ":k Maybe" `becomes` ["Maybe :: * -> *"] - ":in String" `pages` ["type String = [Char] \t-- Defined in `GHC.Base'"] + ":in String" `pages` ["type String = [Char] \t-- Defined in \8216GHC.Base\8217"] parserTests = do layoutChunkerTests