From c561be95a17c28dde59d26af553b15724b7b9cd9 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Mon, 15 Jul 2013 20:20:37 +0100 Subject: Add failing test for bullet and numbered lists in dokuwiki writer (#386) --- tests/writer.dokuwiki | 104 +++++++++++++++++++++++++------------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'tests') diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index b3f3b3dd2..65889101d 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -95,65 +95,65 @@ These should not be escaped: \$ \\ \> \[ \{ Asterisks tight: -* asterisk 1 -* asterisk 2 -* asterisk 3 + * asterisk 1 + * asterisk 2 + * asterisk 3 Asterisks loose: -* asterisk 1 -* asterisk 2 -* asterisk 3 + * asterisk 1 + * asterisk 2 + * asterisk 3 Pluses tight: -* Plus 1 -* Plus 2 -* Plus 3 + * Plus 1 + * Plus 2 + * Plus 3 Pluses loose: -* Plus 1 -* Plus 2 -* Plus 3 + * Plus 1 + * Plus 2 + * Plus 3 Minuses tight: -* Minus 1 -* Minus 2 -* Minus 3 + * Minus 1 + * Minus 2 + * Minus 3 Minuses loose: -* Minus 1 -* Minus 2 -* Minus 3 + * Minus 1 + * Minus 2 + * Minus 3 ===== Ordered ===== Tight: -# First -# Second -# Third + - First + - Second + - Third and: -# One -# Two -# Three + - One + - Two + - Three Loose using tabs: -# First -# Second -# Third + - First + - Second + - Third and using spaces: -# One -# Two -# Three + - One + - Two + - Three Multiple paragraphs: @@ -165,34 +165,34 @@ Multiple paragraphs: ===== Nested ===== -* Tab -** Tab -*** Tab + * Tab + * Tab + * Tab Here’s another: -# First -# Second: -#* Fee -#* Fie -#* Foe -# Third + - First + - Second: + * Fee + * Fie + * Foe + - Third Same thing but with paragraphs: -# First -# Second: -#* Fee -#* Fie -#* Foe -# Third + - First + - Second: + * Fee + * Fie + * Foe + - Third ===== Tabs and spaces ===== -* this is a list item indented with tabs -* this is a list item indented with spaces -** this is an example list item indented with tabs -** this is an example list item indented with spaces + * this is a list item indented with tabs + * this is a list item indented with spaces + * this is an example list item indented with tabs + * this is an example list item indented with spaces ===== Fancy list markers ===== @@ -225,9 +225,9 @@ Nesting: Autonumbering: -# Autonumber. -# More. -## Nested. + - Autonumber. + - More. + - Nested. Should not be a list item: -- cgit v1.2.3