diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2021-05-16 22:28:27 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2021-05-16 22:28:27 +0000 |
commit | b2f8ea106cefcd6068453195e6df664cbb20d8b4 (patch) | |
tree | e52cbbff1f7afccb1d8f60d48db310a50ed972c6 /regress/tbl/layout/font.out_html | |
parent | a7aea729f48f4aaec131fc08bf37f6ef245cac0d (diff) | |
download | mandoc-b2f8ea106cefcd6068453195e6df664cbb20d8b4.tar.gz |
test font modifiers in the layout; related to tbl_html.c rev. 1.34
Diffstat (limited to 'regress/tbl/layout/font.out_html')
-rw-r--r-- | regress/tbl/layout/font.out_html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/tbl/layout/font.out_html b/regress/tbl/layout/font.out_html new file mode 100644 index 00000000..1910e9a5 --- /dev/null +++ b/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> |