summaryrefslogtreecommitdiffstats
path: root/regress/tbl/layout/font.in
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2021-05-16 22:28:27 +0000
committerIngo Schwarze <schwarze@openbsd.org>2021-05-16 22:28:27 +0000
commitb2f8ea106cefcd6068453195e6df664cbb20d8b4 (patch)
treee52cbbff1f7afccb1d8f60d48db310a50ed972c6 /regress/tbl/layout/font.in
parenta7aea729f48f4aaec131fc08bf37f6ef245cac0d (diff)
downloadmandoc-b2f8ea106cefcd6068453195e6df664cbb20d8b4.tar.gz
test font modifiers in the layout; related to tbl_html.c rev. 1.34
Diffstat (limited to 'regress/tbl/layout/font.in')
-rw-r--r--regress/tbl/layout/font.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/regress/tbl/layout/font.in b/regress/tbl/layout/font.in
new file mode 100644
index 00000000..98d87f9e
--- /dev/null
+++ b/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