summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2015-12-12 09:31:51 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2015-12-12 09:31:51 -0800
commitaf7e78243682ec7c353dd202590c45c734f86ada (patch)
tree731509a3ab17391a415bfb13c9798884569fe554 /tests
parentd9c2f500bf636dca5b7f54548faf13dfd363c53b (diff)
Modified readers to emit SoftBreak when appropriate.
Diffstat (limited to 'tests')
-rw-r--r--tests/testsuite.native2
-rw-r--r--tests/writer.docbook2
-rw-r--r--tests/writer.dokuwiki2
-rw-r--r--tests/writer.html2
-rw-r--r--tests/writer.mediawiki2
-rw-r--r--tests/writer.textile2
6 files changed, 6 insertions, 6 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:"]
diff --git a/tests/writer.docbook b/tests/writer.docbook
index f4491c932..eee19cdd9 100644
--- a/tests/writer.docbook
+++ b/tests/writer.docbook
@@ -912,7 +912,7 @@ These should not be escaped: \$ \\ \&gt; \[ \{
Now, nested:
</para>
<para>
- foo
+ foo
</para>
<para>
This should just be an HTML comment:
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki
index 92569a30f..fe1f8296a 100644
--- a/tests/writer.dokuwiki
+++ b/tests/writer.dokuwiki
@@ -350,7 +350,7 @@ As should this:
</code>
Now, nested:
-foo
+foo
diff --git a/tests/writer.html b/tests/writer.html
index 10536b714..4a60a7b97 100644
--- a/tests/writer.html
+++ b/tests/writer.html
@@ -362,7 +362,7 @@ And this is <strong>strong</strong>
<div>
<div>
<div>
-foo
+foo
</div>
</div>
</div>
diff --git a/tests/writer.mediawiki b/tests/writer.mediawiki
index af3df65f9..066606c00 100644
--- a/tests/writer.mediawiki
+++ b/tests/writer.mediawiki
@@ -374,7 +374,7 @@ Now, nested:
<div>
-foo
+foo
</div>
diff --git a/tests/writer.textile b/tests/writer.textile
index 01bfae79a..293418ed5 100644
--- a/tests/writer.textile
+++ b/tests/writer.textile
@@ -424,7 +424,7 @@ Now, nested:
<div>
-foo
+foo
</div>