summaryrefslogtreecommitdiff
path: root/tests/writer.docbook
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-08-18 14:36:40 -0700
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-08-18 14:36:40 -0700
commit8d441af3da4709fd48a44e860d5a0cd4d35792af (patch)
tree2592fa03c4923df4723ac487c89bbe1cb0558607 /tests/writer.docbook
parent3117c668a7d245689bfc291d5d9a64cb3178b52c (diff)
Adjusted writers and tests for change in parsing of div/span.
Textile, MediaWiki, Markdown, Org, RST will emit raw HTML div tags for divs. Otherwise Div and Span are "transparent" block containers.
Diffstat (limited to 'tests/writer.docbook')
-rw-r--r--tests/writer.docbook40
1 files changed, 15 insertions, 25 deletions
diff --git a/tests/writer.docbook b/tests/writer.docbook
index 1e77a61ed..e427d8ffc 100644
--- a/tests/writer.docbook
+++ b/tests/writer.docbook
@@ -862,22 +862,18 @@ These should not be escaped: \$ \\ \&gt; \[ \{
<para>
Simple block on one line:
</para>
- <div>
- foo
- </div>
+ <para>
+ foo
+ </para>
<para>
And nested without indentation:
</para>
- <div>
- <div>
- <div>
- foo
- </div>
- </div>
- <div>
- bar
- </div>
- </div>
+ <para>
+ foo
+ </para>
+ <para>
+ bar
+ </para>
<para>
Interpreted markdown in a table:
</para>
@@ -896,10 +892,9 @@ These should not be escaped: \$ \\ \&gt; \[ \{
<para>
Here’s a simple block:
</para>
- <div>
-
- foo
- </div>
+ <para>
+ foo
+ </para>
<para>
This should be a code block, though:
</para>
@@ -917,14 +912,9 @@ These should not be escaped: \$ \\ \&gt; \[ \{
<para>
Now, nested:
</para>
- <div>
- <div>
- <div>
-
- foo
- </div>
- </div>
- </div>
+ <para>
+ foo
+ </para>
<para>
This should just be an HTML comment:
</para>