Update LuaTeX testfiles for ^@ change
[latex2e.git] / latex2e-20170101 / required / tools / testfiles / tlb2968.lvt
blob4a3e3a6fcf1bf4b839a6cebbc984aff0702aaeca
1 % \iffalse meta-comment
3 % Copyright (C) 1999 Rainer Schöpf
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 #2968.
16 % Support for strange code in argument to \macro.
18 % Input the test macros for LaTeX2e
19 \input{test2e}
21 \CLASS{article}
23 \PACKAGE{doc}
24 \PACKAGE{verbatim}
26 \showoutput
28 \documentclass{article}
30 \usepackage{doc}
31 \usepackage{verbatim}
33 \listfiles
35 \RecordChanges
36 \CodelineIndex
37 \EnableCrossrefs
39 \begin{document}
41 \START
43 % first strange input
44 \DescribeMacro{\documentclass\{foils\}}
46 % second strange input
47 \begin{macro}{D}
48 \end{macro}
50 % special char
51 \DescribeMacro\[
53 \begin{macro}{\[}
54 \end{macro}
56 \makeatletter
57 \immediate\closeout\@indexfile
58 \makeatother
60 \verbatiminput{\jobname.idx}
62 \end{document}