Remove RawBlock from HTML round trip tests
This commit is contained in:
parent
4467fe6d38
commit
1b9dd3e06b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue