diff options
Diffstat (limited to 'test/tbl/supermarket.roff')
-rw-r--r-- | test/tbl/supermarket.roff | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/test/tbl/supermarket.roff b/test/tbl/supermarket.roff new file mode 100644 index 0000000000000..a3dc79e4cc1aa --- /dev/null +++ b/test/tbl/supermarket.roff @@ -0,0 +1,19 @@ +.TS +center box tab(;); +c c c +l l n. +Store;Item;Cost += +Supermarket;Bread;1.50 +;Milk;2.00 +;Cake;1.40 +;;\_ +;Sub-total;4.90 +_ +Clothes;Shirt;12.70 +;Pants;14.25 +;;\_ +;Sub-total;27.05 +;_;_ +;Total;31.95 +.TE |