Commit 0808d7ca authored by Andrew Gibiansky's avatar Andrew Gibiansky

Fixing test suite

parent c9aec5c4
*.hi *.hi
notebooks/Test.ipynb notebooks/Test.ipynb
notebooks/Untitled.ipynb notebooks/Untitled.ipynb
notebooks/Untitled0.ipynb
*.dyn_o
*.dyn_hi
*.o *.o
dist dist
IHaskell/GHC IHaskell/GHC
......
...@@ -336,7 +336,7 @@ evalTests = do ...@@ -336,7 +336,7 @@ evalTests = do
it "evaluates directives" $ do it "evaluates directives" $ do
":typ 3" `becomes` ["3 :: forall a. Num a => a"] ":typ 3" `becomes` ["3 :: forall a. Num a => a"]
":k Maybe" `becomes` ["Maybe :: * -> *"] ":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 parserTests = do
layoutChunkerTests layoutChunkerTests
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment