aboutsummaryrefslogtreecommitdiff
path: root/test/html-reader.native
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2019-05-27 19:53:19 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2019-05-27 13:53:19 -0400
commitd07ed83d705df491bba7b295bd5e80629d971685 (patch)
tree3964c08ea82627577df4b3c843f19e6a0d7ca977 /test/html-reader.native
parentf807f5b3833e841d9e6b831acbe50f3be8e42881 (diff)
downloadpandoc-d07ed83d705df491bba7b295bd5e80629d971685.tar.gz
consolidate simple-table detection (#5524)
add `onlySimpleTableCells` to `Text.Pandoc.Shared` [API change] This fixes an inconsistency in the HTML reader, which did not treat tables with `<p>` inside cells as simple.
Diffstat (limited to 'test/html-reader.native')
-rw-r--r--test/html-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/html-reader.native b/test/html-reader.native
index 4203aa3a8..acd0087ef 100644
--- a/test/html-reader.native
+++ b/test/html-reader.native
@@ -415,7 +415,7 @@ Pandoc (Meta {unMeta = fromList [("generator",MetaInlines [Str "pandoc"]),("titl
,[Plain [Str "5"]]
,[Plain [Str "6"]]]]
,HorizontalRule
-,Table [] [AlignDefault,AlignDefault,AlignDefault] [0.3333333333333333,0.3333333333333333,0.3333333333333333]
+,Table [] [AlignDefault,AlignDefault,AlignDefault] [0.0,0.0,0.0]
[[Plain [Str "X"]]
,[Plain [Str "Y"]]
,[Plain [Str "Z"]]]