Add more tests for dokuwiki writer (#386)
This commit is contained in:
parent
2ae2fcde2f
commit
84c2c5f01d
2 changed files with 5 additions and 2 deletions
|
@ -1 +1,3 @@
|
|||
hello // world
|
||||
hello // world ** from __ me
|
||||
|
||||
''hello // world ** from __ me''
|
||||
|
|
|
@ -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"]]
|
||||
|
|
Loading…
Add table
Reference in a new issue