mirror of
https://github.com/github/semantic.git
synced 2024-12-24 23:42:31 +03:00
We expect a ByteString here.
This commit is contained in:
parent
619e9f537f
commit
a9d3b29e02
@ -16,7 +16,7 @@ spec = parallel $ do
|
||||
_ -> False)
|
||||
|
||||
it "renders with the specified renderer" $ do
|
||||
output <- runTask $ parseBlob SExpressionTermRenderer methodsBlob
|
||||
output <- fmap toOutput . runTask $ parseBlob SExpressionTermRenderer methodsBlob
|
||||
output `shouldBe` "(Program\n (Method\n (Empty)\n (Identifier)\n ([])))\n"
|
||||
|
||||
describe "diffTermPair" $ do
|
||||
|
Loading…
Reference in New Issue
Block a user