diff options
Diffstat (limited to 'tests/testsuite.native')
-rw-r--r-- | tests/testsuite.native | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsuite.native b/tests/testsuite.native index c887e5467..fa234dfc2 100644 --- a/tests/testsuite.native +++ b/tests/testsuite.native @@ -260,7 +260,7 @@ Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "John",Spa ,Div ("",[],[]) [Div ("",[],[]) [Div ("",[],[]) - [Plain [Str "foo",SoftBreak]]]] + [Plain [Str "foo"]]]] ,Para [Str "This",Space,Str "should",Space,Str "just",Space,Str "be",Space,Str "an",Space,Str "HTML",Space,Str "comment:"] ,RawBlock (Format "html") "<!-- Comment -->" ,Para [Str "Multiline:"] |