diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/pipe-tables.native (renamed from tests/extra-tables.native) | 12 | ||||
-rw-r--r-- | tests/pipe-tables.txt (renamed from tests/extra-tables.markdown) | 8 |
2 files changed, 19 insertions, 1 deletions
diff --git a/tests/extra-tables.native b/tests/pipe-tables.native index f9580a8cb..2826c7236 100644 --- a/tests/extra-tables.native +++ b/tests/pipe-tables.native @@ -57,4 +57,14 @@ ,[Plain [Str "123"]]] ,[[Plain [Str "1"]] ,[Plain [Str "1"]] - ,[Plain [Str "1"]]]]] + ,[Plain [Str "1"]]]] +,Para [Str "Table",Space,Str "without",Space,Str "sides",Str ":"] +,Table [] [AlignDefault,AlignRight] [0.0,0.0] + [[Plain [Str "Fruit"]] + ,[Plain [Str "Quantity"]]] + [[[Plain [Str "apple"]] + ,[Plain [Str "5"]]] + ,[[Plain [Str "orange"]] + ,[Plain [Str "17"]]] + ,[[Plain [Str "pear"]] + ,[Plain [Str "302"]]]]] diff --git a/tests/extra-tables.markdown b/tests/pipe-tables.txt index 69a18113b..929038ebb 100644 --- a/tests/extra-tables.markdown +++ b/tests/pipe-tables.txt @@ -32,3 +32,11 @@ Headerless table without caption: |123|123|123| |1|1|1| +Table without sides: + +Fruit |Quantity +------|-------: +apple | 5 +orange| 17 +pear | 302 + |