diff options
author | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-17 19:03:58 +0100 |
---|---|---|
committer | claremacrae <github@cfmacrae.fastmail.co.uk> | 2013-08-17 19:03:58 +0100 |
commit | 84c2c5f01d82008be2a3248ff8e58d2b9bacc8bc (patch) | |
tree | c48edbbf0f04e891e5595e9570e2fe8cef121db9 | |
parent | 2ae2fcde2f52266d8c8f36225c718ff2a2caea73 (diff) | |
download | pandoc-84c2c5f01d82008be2a3248ff8e58d2b9bacc8bc.tar.gz |
Add more tests for dokuwiki writer (#386)
-rw-r--r-- | tests/dokuwiki-writer.dokuwiki | 4 | ||||
-rw-r--r-- | tests/dokuwiki-writer.native | 3 |
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"]] |