source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mandoc: test font modifiers in the layout; related to tbl_html.c rev.
@ 2021-05-16 22:28 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2021-05-16 22:28 UTC (permalink / raw)
  To: source

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


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

only message in thread, other threads:[~2021-05-16 22:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-16 22:28 mandoc: test font modifiers in the layout; related to tbl_html.c rev 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).