aboutsummaryrefslogtreecommitdiff
path: root/test/dokuwiki_multiblock_table.native
diff options
context:
space:
mode:
authorMauro Bieg <mb21@users.noreply.github.com>2018-03-12 02:20:36 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2018-03-11 18:20:36 -0700
commita0da1e2723a08b4afc12a6e358d3abfdffeb6944 (patch)
treea559135478976d404047314f6a53633927ef8b5e /test/dokuwiki_multiblock_table.native
parent2f979e068497f28c4e8ff29549df0de6fc265420 (diff)
downloadpandoc-a0da1e2723a08b4afc12a6e358d3abfdffeb6944.tar.gz
Dokuwiki writer: fix LineBreaks in Tables (#4444)
fixes #4313
Diffstat (limited to 'test/dokuwiki_multiblock_table.native')
-rw-r--r--test/dokuwiki_multiblock_table.native7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/dokuwiki_multiblock_table.native b/test/dokuwiki_multiblock_table.native
index 34824296d..6059efb71 100644
--- a/test/dokuwiki_multiblock_table.native
+++ b/test/dokuwiki_multiblock_table.native
@@ -10,4 +10,9 @@
,[Para [Str "$2.10"]]
,[BulletList
[[Plain [Str "cures",Space,Str "scurvy"]]
- ,[Plain [Str "tasty"]]]]]]]
+ ,[Plain [Str "tasty"]]]]]
+ ,[[Para [Str "Apples"]]
+ ,[Para [Str "$1.10"]]
+ ,[Para [Str "Some",Space,Str "text",LineBreak,LineBreak,Str "after",Space,Str "two",Space,Str "linebreaks"]
+ ]]
+ ]]