Move a tag
[latex2e.git] / latex2e-20160201 / required / tools / testfiles / tlb4448.lvt
blob13a5b7edaba876a0fb877804ebe1c4f0783f9b87
1 % Test for pr/4448
4 \documentclass{article}
6 \input{test2e}
8 \usepackage{multicol}
10 \begin{document}
12 \START
14 \begin{multicols*}{2}
15  \begin{tabular}[t]{l}
16    abc
17  \end{tabular}%             %<-- without the % the space generated
18                             %    a positive lastskip and triggered a 
19                             %    vertical fill masking the issue
20 \end{multicols*}
22 \typeout{Reaching this point (without error) is a good sign}
24 \END