summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex')
-rw-r--r--Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex12
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex b/Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex
index 8fd244c79d2..02e5af69e34 100644
--- a/Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex
+++ b/Master/texmf-dist/doc/latex/oberdiek/etexcmds-test2.tex
@@ -25,19 +25,19 @@
%% This work consists of the main source file etexcmds.dtx
%% and the derived files
%% etexcmds.sty, etexcmds.pdf, etexcmds.ins, etexcmds.drv,
-%% etexcmds-test1.tex, etexcmds-test2.tex, etexcmds-test3.tex.
+%% etexcmds-test1.tex, etexcmds-test2.tex, etexcmds-test3.tex,
+%% etexcmds-test4.tex.
%%
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesFile{etexcmds-test2.tex}[2007/05/06 v1.0 Test file for LaTeX]
-\RequirePackage{etexcmds}
-\makeatletter
+\immediate\write16{etexcmds-test2.tex: test file for plainTeX}
+\input etexcmds.sty\relax
+\catcode`\@=11 %
\edef\x{\string\unexpanded}
\edef\y{\meaning\etex@unexpanded}
\ifx\x\y
\else
\@PackageError{etexcmds-test2}{Test failed}\@ehc
\fi
-\stop
+\end
\endinput
%%
%% End of file `etexcmds-test2.tex'.