1 % \iffalse meta-comment
3 % Copyright (C) 1994 by Alan Jeffrey.
6 % This file is part of the validate package.
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.
15 % Test file for LaTeX2e bug report #498.
16 % Loops expanding once too many times
18 % Input the test macros for LaTeX2e
21 \documentclass{article}
37 \typeout{Should be five:}
39 \loop\ifnum\runz>0 \message{*} \advance\runz-1\repeat
41 \typeout{Should be five:}
43 \loop\ifnum\runz>0 \message{*} \advance\runz-1 \repeat