mirror of
https://github.com/IHaskell/IHaskell.git
synced 2025-04-16 03:16:20 +00:00
Fixing test suite
This commit is contained in:
parent
c9aec5c490
commit
0808d7ca0c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,6 +1,9 @@
|
||||
*.hi
|
||||
notebooks/Test.ipynb
|
||||
notebooks/Untitled.ipynb
|
||||
notebooks/Untitled0.ipynb
|
||||
*.dyn_o
|
||||
*.dyn_hi
|
||||
*.o
|
||||
dist
|
||||
IHaskell/GHC
|
||||
|
2
Hspec.hs
2
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user