test the new allbox and wrapping features
authorschwarze <schwarze@openbsd.org>
Mon, 12 Jun 2017 22:50:02 +0000 (22:50 +0000)
committerschwarze <schwarze@openbsd.org>
Mon, 12 Jun 2017 22:50:02 +0000 (22:50 +0000)
regress/usr.bin/mandoc/tbl/data/Makefile
regress/usr.bin/mandoc/tbl/data/block_wrap.in [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/data/block_wrap.out_ascii [new file with mode: 0644]
regress/usr.bin/mandoc/tbl/opt/box.in
regress/usr.bin/mandoc/tbl/opt/box.out_ascii

index cdb97f3..ad2a28e 100644 (file)
@@ -1,6 +1,6 @@
-# $OpenBSD: Makefile,v 1.1.1.1 2015/01/29 23:24:24 schwarze Exp $
+# $OpenBSD: Makefile,v 1.2 2017/06/12 22:50:02 schwarze Exp $
 
-REGRESS_TARGETS         = blankline block_unclosed empty
+REGRESS_TARGETS         = blankline block_unclosed block_wrap empty
 LINT_TARGETS    = block_unclosed empty
 
 # groff-1.22.3 defect:
diff --git a/regress/usr.bin/mandoc/tbl/data/block_wrap.in b/regress/usr.bin/mandoc/tbl/data/block_wrap.in
new file mode 100644 (file)
index 0000000..dd1837e
--- /dev/null
@@ -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
diff --git a/regress/usr.bin/mandoc/tbl/data/block_wrap.out_ascii b/regress/usr.bin/mandoc/tbl/data/block_wrap.out_ascii
new file mode 100644 (file)
index 0000000..c4dcecd
--- /dev/null
@@ -0,0 +1,27 @@
+TBL-DATA-BLOCK_WRAP(1)      General Commands Manual     TBL-DATA-BLOCK_WRAP(1)
+
+N\bNA\bAM\bME\bE
+     t\btb\bbl\bl-\b-d\bda\bat\bta\ba-\b-b\bbl\blo\boc\bck\bk_\b_w\bwr\bra\bap\bp - line wrapping in text blocks
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+     initial text
+     +--------------------+------------------------+
+     |This is a very long | short                  |
+     |sentence.           |                        |
+     +--------------------+------------------------+
+     |short               | This is an even longer |
+     |                    | sentence.              |
+     +--------------------+------------------------+
+     +-----------+------------+
+     |This is a  | short      |
+     |very long  |            |
+     |sentence.  |            |
+     +-----------+------------+
+     |short      | This is an |
+     |           | even       |
+     |           | longer     |
+     |           | sentence.  |
+     +-----------+------------+
+     final text
+
+OpenBSD                          June 12, 2017                         OpenBSD
index c892401..47b1bf8 100644 (file)
@@ -18,6 +18,14 @@ a:b
 c:d
 .TE
 .sp
+allbox:
+.TS
+tab(:) allbox;
+l l.
+a:b
+c:d
+.TE
+.sp
 manual boxing:
 .TS
 tab(:);
@@ -36,4 +44,15 @@ tab(:) box;
 a:b
 _
 c:d
+_
+.TE
+.sp
+allbox and manual boxing:
+.TS
+tab(:) allbox;
+||l||l||.
+a:b
+_
+c:d
+_
 .TE
index 87ff5cf..d105137 100644 (file)
@@ -17,6 +17,13 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        |a   b |
        |c   d |
        +------+
+       allbox:
+
+       +--+---+
+       |a | b |
+       +--+---+
+       |c | d |
+       +--+---+
        manual boxing:
 
        +--++--+
@@ -31,6 +38,16 @@ D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
        |a ||b |
        +--++--+
        |c ||d |
+       +--++--+
+       +--++--+
+       allbox and manual boxing:
+
+       +--++--+
+       |a ||b |
+       +--++--+
+       +--++--+
+       |c ||d |
+       +--++--+
        +--++--+