aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorclaremacrae <github@cfmacrae.fastmail.co.uk>2013-08-17 19:03:58 +0100
committerclaremacrae <github@cfmacrae.fastmail.co.uk>2013-08-17 19:03:58 +0100
commit84c2c5f01d82008be2a3248ff8e58d2b9bacc8bc (patch)
treec48edbbf0f04e891e5595e9570e2fe8cef121db9
parent2ae2fcde2f52266d8c8f36225c718ff2a2caea73 (diff)
downloadpandoc-84c2c5f01d82008be2a3248ff8e58d2b9bacc8bc.tar.gz
Add more tests for dokuwiki writer (#386)
-rw-r--r--tests/dokuwiki-writer.dokuwiki4
-rw-r--r--tests/dokuwiki-writer.native3
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/dokuwiki-writer.dokuwiki b/tests/dokuwiki-writer.dokuwiki
index 98412b904..d6ab65d66 100644
--- a/tests/dokuwiki-writer.dokuwiki
+++ b/tests/dokuwiki-writer.dokuwiki
@@ -1 +1,3 @@
-hello // world
+hello // world ** from __ me
+
+''hello // world ** from __ me''
diff --git a/tests/dokuwiki-writer.native b/tests/dokuwiki-writer.native
index 1cdad17d2..fc24451bc 100644
--- a/tests/dokuwiki-writer.native
+++ b/tests/dokuwiki-writer.native
@@ -1 +1,2 @@
-[Para [Str "hello",Space,Str "//",Space,Str "world"]]
+[Para [Str "hello",Space,Str "//",Space,Str "world",Space,Str "**",Space,Str "from",Space,Str "__",Space,Str "me"]
+,Para [Code ("",[],[]) "hello // world ** from __ me"]]