From 6bee584aee40a89f71d16d92104b9a51883d1253 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 12 Jun 2017 22:50:38 +0000 Subject: test the new allbox and wrapping features --- regress/tbl/data/block_wrap.in | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 regress/tbl/data/block_wrap.in (limited to 'regress/tbl/data/block_wrap.in') diff --git a/regress/tbl/data/block_wrap.in b/regress/tbl/data/block_wrap.in new file mode 100644 index 00000000..dd1837ee --- /dev/null +++ b/regress/tbl/data/block_wrap.in @@ -0,0 +1,31 @@ +.Dd June 12, 2017 +.Dt TBL-DATA-BLOCK_WRAP 1 +.Os OpenBSD +.Sh NAME +.Nm tbl-data-block_wrap +.Nd line wrapping in text blocks +.Sh DESCRIPTION +initial text +.TS +allbox tab(:); +l l. +T{ +This is a very long sentence. +T}:short +short:T{ +This is an even longer sentence. +T} +.TE +.Pp +.TS +allbox tab(:); +lw10 lw10. +T{ +This is a very long sentence. +T}:short +short:T{ +This is an even longer sentence. +T} +.TE +.Pp +final text -- cgit