summaryrefslogtreecommitdiff
path: root/tests/docbook-reader.native
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@serpentine.com>2014-12-08 23:16:21 -0800
committerBryan O'Sullivan <bos@serpentine.com>2014-12-08 23:16:21 -0800
commitaaf93d8f4e8d8020c9c5cb453d6cdfcf89da8b02 (patch)
tree0e32c23e58e661522aa8a301c5858bb8edc0e5a5 /tests/docbook-reader.native
parentfe1d147187db852d2eeacd3e40d3e81d197180a4 (diff)
Fix test suite
Diffstat (limited to 'tests/docbook-reader.native')
-rw-r--r--tests/docbook-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/docbook-reader.native b/tests/docbook-reader.native
index 2a89c2779..a27e65757 100644
--- a/tests/docbook-reader.native
+++ b/tests/docbook-reader.native
@@ -185,7 +185,7 @@ Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "John",Spa
,Para [Strong [Emph [Str "This",Space,Str "is",Space,Str "strong",Space,Str "and",Space,Str "em."]]]
,Para [Str "So",Space,Str "is",Space,Strong [Emph [Str "this"]],Space,Str "word."]
,Para [Str "This",Space,Str "is",Space,Str "code:",Space,Code ("",[],[]) ">",Str ",",Space,Code ("",[],[]) "$",Str ",",Space,Code ("",[],[]) "\\",Str ",",Space,Code ("",[],[]) "\\$",Str ",",Space,Code ("",[],[]) "<html>",Str "."]
-,Para [Str "More",Space,Str "code:",Space,Str "Class"]
+,Para [Str "More",Space,Str "code:",Space,Code ("",[],[]) "Class"]
,Para [Strikeout [Str "This",Space,Str "is",Space,Emph [Str "strikeout"],Str "."]]
,Para [Str "Superscripts:",Space,Str "a",Superscript [Str "bc"],Str "d",Space,Str "a",Superscript [Emph [Str "hello"]],Space,Str "a",Superscript [Str "hello\160there"],Str "."]
,Para [Str "Subscripts:",Space,Str "H",Subscript [Str "2"],Str "O,",Space,Str "H",Subscript [Str "23"],Str "O,",Space,Str "H",Subscript [Str "many\160of\160them"],Str "O."]