aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaremacrae <github@cfmacrae.fastmail.co.uk>2013-08-23 08:26:07 +0100
committerclaremacrae <github@cfmacrae.fastmail.co.uk>2013-08-23 08:26:07 +0100
commitfe1040d283649a3e25d08fe8a12bbc024420ea96 (patch)
tree9231320bb93675ad3519a2249fe99f4fd5678ed3
parentebcd90b24ad86e734b78dba8c4f544ec4ae5782b (diff)
downloadpandoc-fe1040d283649a3e25d08fe8a12bbc024420ea96.tar.gz
Added failing test for definition list output in dokuwiki writer (#386)
-rw-r--r--tests/writer.dokuwiki64
1 files changed, 19 insertions, 45 deletions
diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki
index e881f3510..bacece683 100644
--- a/tests/writer.dokuwiki
+++ b/tests/writer.dokuwiki
@@ -229,69 +229,43 @@ B. Williams
Tight using spaces:
-; apple
-: red fruit
-; orange
-: orange fruit
-; banana
-: yellow fruit
+ * **apple** red fruit
+ * **orange** orange fruit
+ * **banana** yellow fruit
Tight using tabs:
-; apple
-: red fruit
-; orange
-: orange fruit
-; banana
-: yellow fruit
+ * **apple** red fruit
+ * **orange** orange fruit
+ * **banana** yellow fruit
Loose:
-; apple
-: red fruit
-; orange
-: orange fruit
-; banana
-: yellow fruit
+ * **apple** red fruit
+ * **orange** orange fruit
+ * **banana** yellow fruit
Multiple blocks with italics:
-<dl>
-<dt>//apple//</dt>
-<dd><p>red fruit</p>
-<p>contains seeds, crisp, pleasant to taste</p></dd>
-<dt>//orange//</dt>
-<dd><p>orange fruit</p>
-<code>{ orange code block }</code>
-<blockquote><p>orange block quote</p></blockquote></dd></dl>
+ * **apple** red fruitcontains seeds, crisp, pleasant to taste
+ * **orange** orange fruit<code>
+{ orange code block }
+</code>orange block quote
Multiple definitions, tight:
-; apple
-: red fruit
-: computer
-; orange
-: orange fruit
-: bank
+ * **apple** red fruit computer
+ * **orange** orange fruitbank
Multiple definitions, loose:
-; apple
-: red fruit
-: computer
-; orange
-: orange fruit
-: bank
+ * **apple** red fruit computer
+ * **orange** orange fruit bank
Blank line after term, indented marker, alternate markers:
-; apple
-: red fruit
-: computer
-; orange
-: orange fruit
-; ; - sublist
-; ; - sublist
+ * **apple** red fruit computer
+ * **orange** orange fruit sublist sublist
====== HTML Blocks ======