diff options
Diffstat (limited to 'regress/mdoc/Tg/column.out_html')
| -rw-r--r-- | regress/mdoc/Tg/column.out_html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/regress/mdoc/Tg/column.out_html b/regress/mdoc/Tg/column.out_html new file mode 100644 index 00000000..8374fb9c --- /dev/null +++ b/regress/mdoc/Tg/column.out_html @@ -0,0 +1,10 @@ +<table class="Bl-column" id="list"> + <tr id="row1"> + <td>one</td> + <td>two</td> + </tr> + <tr id="row2"> + <td>1</td> + <td>2</td> + </tr> +</table> |
