source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: test inter-column spacing
Date: Tue, 27 Jun 2017 14:52:19 -0500 (EST)	[thread overview]
Message-ID: <5617456179015693208.enqueue@fantadrom.bsd.lv> (raw)

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

                 reply	other threads:[~2017-06-27 19:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5617456179015693208.enqueue@fantadrom.bsd.lv \
    --to=schwarze@mandoc.bsd.lv \
    --cc=source@mandoc.bsd.lv \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).