diff options
| -rw-r--r-- | test/Tests/Readers/HTML.hs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/test/Tests/Readers/HTML.hs b/test/Tests/Readers/HTML.hs index 0a6302c1e..72f90cabd 100644 --- a/test/Tests/Readers/HTML.hs +++ b/test/Tests/Readers/HTML.hs @@ -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 | 
