source@mandoc.bsd.lv
 help / color / mirror / Atom feed
From: schwarze@mandoc.bsd.lv
To: source@mandoc.bsd.lv
Subject: mandoc: test font modifiers in the layout; related to tbl_html.c rev.
Date: Sun, 16 May 2021 17:28:57 -0500 (EST)	[thread overview]
Message-ID: <c2a98ed9bb4a245e@mandoc.bsd.lv> (raw)

Log Message:
-----------
test font modifiers in the layout; related to tbl_html.c rev. 1.34

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

Added Files:
-----------
    mandoc/regress/tbl/layout:
        font.in
        font.out_ascii
        font.out_html

Revision Data
-------------
--- /dev/null
+++ regress/tbl/layout/font.out_html
@@ -0,0 +1,10 @@
+<table class="tbl" style="border-style: solid;">
+  <tr style="border-bottom-style: solid;">
+    <td><b>bold</b></td>
+    <td style="text-align: right;">roman</td>
+  </tr>
+  <tr>
+    <td>roman</td>
+    <td style="text-align: right;"><i>italic</i></td>
+  </tr>
+</table>
--- /dev/null
+++ regress/tbl/layout/font.out_ascii
@@ -0,0 +1,20 @@
+TBL-LAYOUT-FONT(1)          General Commands Manual         TBL-LAYOUT-FONT(1)
+
+
+
+N\bNA\bAM\bME\bE
+       tbl-layout-font - font modifiers in the table layout
+
+D\bDE\bES\bSC\bCR\bRI\bIP\bPT\bTI\bIO\bON\bN
+       BEGINTEST
+
+       +---------------+
+       |b\bbo\bol\bld\bd     roman |
+       +---------------+
+       |roman   _\bi_\bt_\ba_\bl_\bi_\bc |
+       +---------------+
+       ENDTEST
+
+
+
+OpenBSD                          May 16, 2021               TBL-LAYOUT-FONT(1)
--- /dev/null
+++ regress/tbl/layout/font.in
@@ -0,0 +1,16 @@
+.\" $OpenBSD: font.in,v 1.1 2021/05/16 22:23:57 schwarze Exp $
+.TH TBL-LAYOUT-FONT 1 "May 16, 2021"
+.SH NAME
+tbl-layout-font \- font modifiers in the table layout
+.SH DESCRIPTION
+BEGINTEST
+.TS
+box tab(:);
+lb r
+l ri.
+bold:roman
+_
+roman:italic
+.TE
+.PP
+ENDTEST
Index: Makefile
===================================================================
RCS file: /home/cvs/mandoc/mandoc/regress/tbl/layout/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -Lregress/tbl/layout/Makefile -Lregress/tbl/layout/Makefile -u -p -r1.6 -r1.7
--- regress/tbl/layout/Makefile
+++ regress/tbl/layout/Makefile
@@ -1,9 +1,10 @@
-# $OpenBSD: Makefile,v 1.6 2020/01/11 20:56:26 schwarze Exp $
+# $OpenBSD: Makefile,v 1.8 2021/05/16 22:23:57 schwarze Exp $
 
-REGRESS_TARGETS	 = badspan center complex empty emptycol emptyline
+REGRESS_TARGETS	 = badspan center complex empty emptycol emptyline font
 REGRESS_TARGETS	+= lines lines-nogroff numbers
 REGRESS_TARGETS	+= shortlines spacing spacing-nogroff span
 LINT_TARGETS	 = badspan complex empty spacing-nogroff
+HTML_TARGETS	 = font
 
 # groff-1.22.4 defects:
 # - When the layout is completely empty,
--
 To unsubscribe send an email to source+unsubscribe@mandoc.bsd.lv


                 reply	other threads:[~2021-05-16 22:28 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=c2a98ed9bb4a245e@mandoc.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).