Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / tlb3722.lvt
blob086825a6f13decba43ea04b7cd538090824e2344
1 % Test file for extended \endtabularx functionality
3 % Number:         3722
4 % Category:       tools
8 \input{test2e}
10 \documentclass{article}
13 \usepackage{tabularx}
16 \newenvironment{zz}
17 {\tabularx{3cm}{|l|X|}\hline}
18 {\\\hline
19 \endtabularx
20  here
23 \showoutput
25 \begin{document}
27 \START
29 \AUTHOR{David Carlisle}
30 \PACKAGE{tabularx}
32 \begin{tabularx}{3cm}{|l|X|}
33 \hline
34 1&2\\
35 \hline
36 \end{tabularx}
39 \begin{zz}
40 1&2
41 \end{zz}
43 \end{document}