diff options
Diffstat (limited to 'tests/dokuwiki_multiblock_table.native')
-rw-r--r-- | tests/dokuwiki_multiblock_table.native | 13 |
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 |