summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-06-16 15:15:35 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-06-16 15:15:35 -0700
commite7d6b2e6ad26d90b1c07c57a6ad6a43064c52a28 (patch)
tree040c28be2a4c1525857b88973fb28ed100717985 /tests
parent9090c549aab29552ee29e88ab2d38995a42a421e (diff)
Updated HTML reader table test - should be simple table.
Diffstat (limited to 'tests')
-rw-r--r--tests/html-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/html-reader.native b/tests/html-reader.native
index 85866aef1..c6ed36910 100644
--- a/tests/html-reader.native
+++ b/tests/html-reader.native
@@ -310,7 +310,7 @@ Pandoc (Meta {unMeta = fromList [("generator",MetaInlines [Str "pandoc"]),("titl
,Para [Str "text",Space,Emph [Str "Leading",Space,Str "spaces"]]
,Para [Emph [Str "Trailing",Space,Str "spaces"],Space,Str "text"]
,Header 1 ("",[],[]) [Str "Tables"]
-,Table [] [AlignLeft,AlignLeft,AlignLeft] [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"]]]