Add more tests for dokuwiki writer (#386)

This commit is contained in:
claremacrae 2013-08-17 19:03:58 +01:00
parent 2ae2fcde2f
commit 84c2c5f01d
2 changed files with 5 additions and 2 deletions

View file

@ -1 +1,3 @@
hello // world
hello // world ** from __ me
''hello // world ** from __ me''

View file

@ -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"]]