1 % \iffalse meta-comment
3 % Copyright (C) 1996 Rainer Schoepf.
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 #2212:
16 % \twocolumn before \begin{document} doesn't produce an error message.
18 % Input the test macros for LaTeX2e
21 \AUTHOR{Robin Fairbairns}
23 % Declare the format used on the original run, as printed by
26 \FORMAT{LaTeX2e<1996/06/01>}
28 % Article document style for this test. We need to have a
29 % minimal font setup, for the last few tests, otherwise we
30 % could have done this with no documentclass.
34 \expandafter\ifx\csname documentclass\endcsname\relax
35 \let\documentclass\documentstyle % for checking under 2.09
37 % MH: Make sure we can exit ``gracefully.''
38 \immediate\openout\@mainaux\jobname.aux
39 \documentclass{article}
43 \twocolumn[I want an error here]
44 Surely this shouldn't be the line at error?