Skip to content

Commit

Permalink
Add to tabular test case for rows & columns that should not be pruned
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Nov 15, 2023
1 parent 9a3cdf7 commit f664c85
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 0 deletions.
Binary file modified t/alignment/tabular.pdf
Binary file not shown.
7 changes: 7 additions & 0 deletions t/alignment/tabular.tex
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,11 @@
72 & 245 & 245 & Light trading due to a heavy winter. \\ \hline
73 & 245 & 2001 & No gnus was very good gnus this year. \\ \hline
\end{tabular}

\begin{tabular}{|c|c|c|}\hline
x&&x\\\hline
&&\\\hline
x&&x\\\hline
\end{tabular}

\end{document}
23 changes: 23 additions & 0 deletions t/alignment/tabular.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,27 @@
</tbody>
</tabular>
</para>
<para xml:id="p2">
<tabular class="ltx_guessed_headers" vattach="middle">
<thead>
<tr>
<td align="center" border="l r t" thead="column">x</td>
<td border="r t" thead="column"/>
<td align="center" border="r t" thead="column">x</td>
</tr>
</thead>
<tbody>
<tr>
<td border="l r t"/>
<td border="r t"/>
<td border="r t"/>
</tr>
<tr>
<td align="center" border="b l r t">x</td>
<td border="b r t"/>
<td align="center" border="b r t">x</td>
</tr>
</tbody>
</tabular>
</para>
</document>

0 comments on commit f664c85

Please sign in to comment.