Fixing test suite

This commit is contained in:
Andrew Gibiansky 2015-03-05 13:49:57 -08:00
parent c9aec5c490
commit 0808d7ca0c
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -1,6 +1,9 @@
*.hi
notebooks/Test.ipynb
notebooks/Untitled.ipynb
notebooks/Untitled0.ipynb
*.dyn_o
*.dyn_hi
*.o
dist
IHaskell/GHC

View File

@ -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