Improve build script for amsmath
[latex2e.git] / latex2e-20160201 / base / testfiles / tlb0642.lvt
blob1fd19e7ddf56ea09a9a8a344cc5cb544b62f4c11
1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Alan Jeffrey.
4 % All rights reserved.
5
6 % This file is part of the validate package.
7
8 % IMPORTANT NOTICE:
9
10 % You are not allowed to change this file.  In case of error
11 % write to the email address mentioned in the file readme.val.
12
13 % \fi
15 % Test file for LaTeX2e bug report #498.
16 % Loops expanding once too many times
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \documentclass{article}
23 \START
25 \AUTHOR{Alan Jeffrey}
27 \STYLE{article}
29 \OMIT
31 \begin{document}
33 \newcount\runz
35 \TIMO
37 \typeout{Should be five:}
38 \runz=5
39 \loop\ifnum\runz>0 \message{*} \advance\runz-1\repeat
41 \typeout{Should be five:}
42 \runz=5
43 \loop\ifnum\runz>0 \message{*} \advance\runz-1 \repeat
45 \end{document}