summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cals/test
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-21 01:59:18 +0000
committerKarl Berry <karl@freefriends.org>2017-01-21 01:59:18 +0000
commit1f91e5e8095526720dbccd221c96f5ec44ffaa23 (patch)
treebc6134889b1cceb545f7dbb35c26ef0dda803f00 /Master/texmf-dist/doc/latex/cals/test
parentc1cd940d224dfc49f9435216b113d208d0fa363d (diff)
cals (20jan17)
git-svn-id: svn://tug.org/texlive/trunk@43003 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cals/test')
-rw-r--r--Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.chk0
-rw-r--r--Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.tex32
2 files changed, 32 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.chk b/Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.chk
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.chk
diff --git a/Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.tex b/Master/texmf-dist/doc/latex/cals/test/regression/test_085_allow_table_in_colspan.tex
new file mode 100644
index 00000000000..e786e264dbd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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}