From fdbf52b1cca7d923924ef5d970d946ba6369d6c5 Mon Sep 17 00:00:00 2001 From: Clare Macrae Date: Sun, 29 Jun 2014 21:15:17 +0100 Subject: Updated DokuWiki code and tests to work with latest code from jgm. The new code was got from inspecting changes in MediaWiki.hs This slightly changes the output of Div blocks, but I'm not convinced the original behaviour was really correct anyway. The code for handling Span does nothing for now, until I can work out the desired behaviour, and add tests for it. --- tests/writer.dokuwiki | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'tests') diff --git a/tests/writer.dokuwiki b/tests/writer.dokuwiki index 132c2d614..b60e57f07 100644 --- a/tests/writer.dokuwiki +++ b/tests/writer.dokuwiki @@ -277,7 +277,6 @@ Simple block on one line:
foo
- And nested without indentation:
@@ -290,7 +289,6 @@ foo bar
- Interpreted markdown in a table: @@ -309,10 +307,8 @@ And this is **strong** Here’s a simple block:
- foo
- This should be a code block, though:
@@ -324,14 +320,12 @@ As should this: Now, nested:
-
-
- +
+
foo
-
- +
This should just be an HTML comment: -- cgit v1.2.3