Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / base / testfiles / tlb2212.lvt
blob73a4a8940bfed920126ae7197d9c903415d90ce3
1 % \iffalse meta-comment
3 % Copyright (C) 1996 Rainer Schoepf.
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 #2212:
16 % \twocolumn before \begin{document} doesn't produce an error message.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \AUTHOR{Robin Fairbairns}
23 % Declare the format used on the original run, as printed by
24 % LaTeX.
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.
32 \CLASS{article}
34 \expandafter\ifx\csname documentclass\endcsname\relax
35   \let\documentclass\documentstyle % for checking under 2.09
36 \fi
37 % MH: Make sure we can exit ``gracefully.''
38 \immediate\openout\@mainaux\jobname.aux
39 \documentclass{article}
41 \START
43 \twocolumn[I want an error here]
44 Surely this shouldn't be the line at error?
45 \end{document}