From 3f8891b26ffd27d5d71318a5b16bfc07d29daadc Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Tue, 11 Sep 2018 19:24:00 +0300 Subject: Enable tables in HTML round trip test --- test/Tests/Readers/HTML.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'test/Tests') diff --git a/test/Tests/Readers/HTML.hs b/test/Tests/Readers/HTML.hs index 1f7f2f970..21e004858 100644 --- a/test/Tests/Readers/HTML.hs +++ b/test/Tests/Readers/HTML.hs @@ -20,7 +20,6 @@ htmlNativeDivs :: Text -> Pandoc htmlNativeDivs = purely $ readHtml def { readerExtensions = enableExtension Ext_native_divs $ readerExtensions def } 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"] -- cgit v1.2.3