aboutsummaryrefslogtreecommitdiff
path: root/tests/dokuwiki_multiblock_table.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2014-08-30 15:34:40 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2014-08-30 15:34:40 -0400
commit4eb9769a4c1904345239f5bf9b62b42802cbb9cd (patch)
tree17dfaeedbe5e5c26d336f08264afe7170a37c162 /tests/dokuwiki_multiblock_table.native
parentc3f60e972cd52e136ace4f5bd8f46e40459509a5 (diff)
downloadpandoc-4eb9769a4c1904345239f5bf9b62b42802cbb9cd.tar.gz
Dokuwiki writer: Add a test for multiblock table cells.
We have to add a new file, because the original table tests don't look for this.
Diffstat (limited to 'tests/dokuwiki_multiblock_table.native')
-rw-r--r--tests/dokuwiki_multiblock_table.native13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/dokuwiki_multiblock_table.native b/tests/dokuwiki_multiblock_table.native
new file mode 100644
index 000000000..ea6b833db
--- /dev/null
+++ b/tests/dokuwiki_multiblock_table.native
@@ -0,0 +1,13 @@
+[Table [Str "Sample",Space,Str "grid",Space,Str "table."] [AlignDefault,AlignDefault,AlignDefault] [0.2222222222222222,0.2222222222222222,0.2916666666666667]
+ [[Plain [Str "Fruit"]]
+ ,[Plain [Str "Price"]]
+ ,[Plain [Str "Advantages"]]]
+ [[[Para [Str "Bananas"]]
+ ,[Para [Str "$1.34"]]
+ ,[Para [Str "built-in",Space,Str "wrapper"]
+ ,Para [Str "potassium"]]]
+ ,[[Para [Str "Oranges"]]
+ ,[Para [Str "$2.10"]]
+ ,[BulletList
+ [[Plain [Str "cures",Space,Str "scurvy"]]
+ ,[Plain [Str "tasty"]]]]]]] \ No newline at end of file