summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex')
-rw-r--r--Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex19
1 files changed, 16 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex b/Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
index 30d471919d4..5c89ff611e4 100644
--- a/Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
+++ b/Master/texmf-dist/doc/latex/oberdiek/test/ltxcmds-test-gobble.tex
@@ -8,7 +8,7 @@
%%
%% This is a generated file.
%%
-%% Copyright (C) 2009, 2010 by
+%% Copyright (C) 2009-2011 by
%% Heiko Oberdiek <heiko.oberdiek at googlemail.com>
%%
%% This work may be distributed and/or modified under the
@@ -31,7 +31,9 @@
%% This work consists of the main source file ltxcmds.dtx
%% and the derived files
%% ltxcmds.sty, ltxcmds.pdf, ltxcmds.ins, ltxcmds.drv,
-%% ltxcmds-test1.tex, ltxcmds-test-gobble.tex.
+%% ltxcmds-test1.tex, ltxcmds-test-gobble.tex,
+%% ltxcmds-test-ifempty.tex, ltxcmds-test-zapspace.tex,
+%% ltxcmds-test-ifboxempty.tex.
%%
\catcode`\{=1 %
\catcode`\}=2 %
@@ -39,7 +41,7 @@
\expandafter\ifx\csname RequirePackage\endcsname\relax
\input ltxcmds.sty\relax
\else
- \RequirePackage{ltxcmds}[2010/04/26]%
+ \RequirePackage{ltxcmds}[2011/03/16]%
\fi
\catcode`\@=11 %
\def\msg#{\immediate\write16}%
@@ -93,6 +95,16 @@ X=X\\
\Test{-1}abc=abc\\
\Test2\par\par\relax=\relax\\
+\begingroup
+ \count1=2 %
+ \Test{\count1}abc=c\\%
+\endgroup
+
+\ltx@IfUndefined{numexpr}{%
+}{%
+ \Test{1+1}abc=c\\%
+}
+
\msg{[Test \string\ltx@CdrNum]}%
\long\def\Test#1=#2\\{%
\edef\StrA{\ltx@CdrNum#1\@nil}%
@@ -200,6 +212,7 @@ X=%
\Test{-1}abc=\\
\Test2\par\par\relax=\par\par\\
\csname @@end\endcsname\end
+
\endinput
%%
%% End of file `ltxcmds-test-gobble.tex'.