aboutsummaryrefslogtreecommitdiff
path: root/tests/pipe-tables.native
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipe-tables.native')
-rw-r--r--tests/pipe-tables.native10
1 files changed, 9 insertions, 1 deletions
diff --git a/tests/pipe-tables.native b/tests/pipe-tables.native
index eafd21d22..9d499c9c2 100644
--- a/tests/pipe-tables.native
+++ b/tests/pipe-tables.native
@@ -75,4 +75,12 @@
,Para [Str "Header-less",Space,Str "one-column:"]
,Table [] [AlignCenter] [0.0]
[[]]
- [[[Plain [Str "hi"]]]]]
+ [[[Plain [Str "hi"]]]]
+,Para [Str "Indented",Space,Str "left",Space,Str "column:"]
+,Table [] [AlignRight,AlignLeft] [0.0,0.0]
+ [[Plain [Str "Number",Space,Str "of",Space,Str "siblings"]]
+ ,[Plain [Str "Salary"]]]
+ [[[Plain [Str "3"]]
+ ,[Plain [Str "33"]]]
+ ,[[Plain [Str "4"]]
+ ,[Plain [Str "44"]]]]]