1
1
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:
Rob Rix 2018-05-11 15:31:28 -04:00
parent 619e9f537f
commit a9d3b29e02

View File

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