summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cals/test/regression/test_085_allow_table_in_colspan.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/cals/test/regression/test_085_allow_table_in_colspan.tex')
-rw-r--r--macros/latex/contrib/cals/test/regression/test_085_allow_table_in_colspan.tex32
1 files changed, 32 insertions, 0 deletions
diff --git a/macros/latex/contrib/cals/test/regression/test_085_allow_table_in_colspan.tex b/macros/latex/contrib/cals/test/regression/test_085_allow_table_in_colspan.tex
new file mode 100644
index 0000000000..e786e264db
--- /dev/null
+++ b/macros/latex/contrib/cals/test/regression/test_085_allow_table_in_colspan.tex
@@ -0,0 +1,32 @@
+% Allow table in colspan
+% No warnings are expected:
+% You can't use `\\prevdepth' in horizontal mode.
+% Missing $ inserted.
+% etc.
+
+\par
+\begin{calstable}
+\colwidths{{1in}{1in}{1in}{1in}}
+\brow
+\cell{normal}
+\tracingall
+
+\nullcell{ltb}
+\nullcell{rtb}
+\spancontent{
+ xxx\par
+
+ \begin{calstable}
+ \colwidths{{1in}}
+ \brow\cell{inner table}\erow
+ \end{calstable}
+}
+\par
+
+\cell{normal}
+%\tracingall
+%\par
+\erow
+\end{calstable}
+
+\end{document}