summaryrefslogtreecommitdiff
path: root/tests/testsuite.txt
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/testsuite.txt
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/testsuite.txt')
-rw-r--r--tests/testsuite.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/testsuite.txt b/tests/testsuite.txt
index 3bb5d8cb5..4ddaae23f 100644
--- a/tests/testsuite.txt
+++ b/tests/testsuite.txt
@@ -377,7 +377,7 @@ Interpreted markdown in a table:
Here's a simple block:
<div>
- foo
+foo
</div>
This should be a code block, though:
@@ -393,11 +393,11 @@ As should this:
Now, nested:
<div>
- <div>
- <div>
- foo
- </div>
- </div>
+ <div>
+ <div>
+ foo
+ </div>
+ </div>
</div>
This should just be an HTML comment: