source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: test inter-column spacing
@ 2017-06-27 19:52 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2017-06-27 19:52 UTC (permalink / raw)
  To: source

Log Message:
-----------
test inter-column spacing

Modified Files:
--------------
    mandoc/regress/tbl/mod:
        Makefile

Added Files:
-----------
    mandoc/regress/tbl/mod:
        spacing.in
        spacing.out_ascii

Revision Data
-------------
--- /dev/null
+++ regress/tbl/mod/spacing.out_ascii
@@ -0,0 +1,18 @@
+TBL-MOD-SPACING(1)          General Commands Manual         TBL-MOD-SPACING(1)
+
+
+
+N\bNA\bAM\bME\bE
+       tbl-mod-spacing - spacing modifier in table layout
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+       normal text
+
+       +--+--+--+----+----+------+------+-----+
+       |ab|c |d | e  | f  |  g   |  h   |   i |
+       |ab|c |d ||e    f  || g   |  h   ||  i |
+       |ab|c |d ||e    f  || g   |  h   ||  i |
+       +--+--+--++--------++-----+------++----+
+
+
+OpenBSD                          June 27, 2017              TBL-MOD-SPACING(1)
--- /dev/null
+++ regress/tbl/mod/spacing.in
@@ -0,0 +1,14 @@
+.TH TBL-MOD-SPACING 1 "June 27, 2017" OpenBSD
+.SH NAME
+tbl-mod-spacing \- spacing modifier in table layout
+.SH DESCRIPTION
+normal text
+.TS
+box tab(:);
+l0 l1 |  l2 |  l3 |  l4 |  l5 |  l6 |  l7 |  l8
+l0 l1    l2    l3    l4    l5    l6    l7    l8
+l0 l1 |  l2 || l3 || l4    l5 || l6 |  l7 || l8.
+a:b:c:d:e:f:g:h:i
+a:b:c:d:e:f:g:h:i
+a:b:c:d:e:f:g:h:i
+.TE
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/mod/Makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -Lregress/tbl/mod/Makefile -Lregress/tbl/mod/Makefile -u -p -r1.3 -r1.4
--- regress/tbl/mod/Makefile
+++ regress/tbl/mod/Makefile
@@ -1,6 +1,6 @@
 # $OpenBSD: Makefile,v 1.2 2015/02/10 11:02:19 schwarze Exp $
 
-REGRESS_TARGETS	 = badfont expand expand-toowide font misalign width
+REGRESS_TARGETS	 = badfont expand expand-toowide font misalign spacing width
 LINT_TARGETS	 = badfont font
 
 # groff-1.22.3 defects:
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-27 19:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 19:52 mandoc: test inter-column spacing schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).