summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorClare Macrae <github@cfmacrae.fastmail.co.uk>2014-07-01 21:42:21 +0100
committerClare Macrae <github@cfmacrae.fastmail.co.uk>2014-07-01 21:42:21 +0100
commit244c4eee7487e386e3e6ff7cf78146385eef9d1f (patch)
treed9336d8ac7eff501b58d0c214db6c41ed57dc4cd /tests
parent072757916754a11cc7837d343c5c63ee1585a35b (diff)
Remove stray <div> and </div> from DokuWiki output (#386)
Diffstat (limited to 'tests')
-rw-r--r--tests/writer.dokuwiki27
1 files changed, 9 insertions, 18 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki
index c18e95128..3e47ee7ee 100644
--- a/tests/writer.dokuwiki
+++ b/tests/writer.dokuwiki
@@ -274,21 +274,16 @@ Blank line after term, indented marker, alternate markers:
Simple block on one line:
-<div>
foo
-</div>
+
And nested without indentation:
-<div>
-<div>
-<div>
foo
-</div>
-</div>
-<div>
+
+
bar
-</div>
-</div>
+
+
Interpreted markdown in a table:
<html>
@@ -309,9 +304,8 @@ And this is **strong**
</html>
Here’s a simple block:
-<div>
foo
-</div>
+
This should be a code block, though:
<code><div>
@@ -322,13 +316,10 @@ As should this:
<code><div>foo</div></code>
Now, nested:
-<div>
-<div>
-<div>
foo
-</div>
-</div>
-</div>
+
+
+
This should just be an HTML comment:
<html>