Move a tag
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb1545.lvt
blobf8487a3f1992f8b423aad6429df1764a94b3d56a
1 %% Test file for latex/1545
2 %% 
3 %% Test for typos in argument of \vspace
5 \documentclass{article}
7 \input{test2e}
9 \AUTHOR{Chris Rowley}
11 \CLASS{article}
14 \begin{document}
16 \START
18 \( 
19 \begin{array}{l} 
20 \vspace{5mmn} %<-- Typo: should be \vspace{5mm}
21 \end{array} 
22 \) 
24 \end{document}