Remove RawBlock from HTML round trip tests

This commit is contained in:
Alexander Krotov 2018-09-10 14:28:28 +03:00
parent 4467fe6d38
commit 1b9dd3e06b

View file

@ -23,6 +23,7 @@ makeRoundTrip :: Block -> Block
makeRoundTrip Table{} = Para [Str "table was here"]
makeRoundTrip CodeBlock{} = Para [Str "code block was here"]
makeRoundTrip LineBlock{} = Para [Str "line block was here"]
makeRoundTrip RawBlock{} = Para [Str "raw block was here"]
makeRoundTrip x = x
removeRawInlines :: Inline -> Inline