summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/l3build/regression-test.tex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2016-06-17 15:17:17 +0000
committerNorbert Preining <preining@logic.at>2016-06-17 15:17:17 +0000
commitcc9c5c66b9e6ae378ed92da735b5dd16bd94f0d5 (patch)
treebcbadeace80dabfa7116db9a37a03438fa31c33d /Master/texmf-dist/tex/latex/l3build/regression-test.tex
parentb77a348b68095e25ff53806034cd68543066a39d (diff)
l3build (17Jun)
git-svn-id: svn://tug.org/texlive/trunk@41469 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/l3build/regression-test.tex')
-rw-r--r--Master/texmf-dist/tex/latex/l3build/regression-test.tex35
1 files changed, 31 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/l3build/regression-test.tex b/Master/texmf-dist/tex/latex/l3build/regression-test.tex
index a4256a227dc..c6ea45f02ac 100644
--- a/Master/texmf-dist/tex/latex/l3build/regression-test.tex
+++ b/Master/texmf-dist/tex/latex/l3build/regression-test.tex
@@ -57,7 +57,6 @@
\showboxdepth=\maxdimen
\def\loggingoutput{\tracingoutput1
\showboxbreadth\maxdimen\showboxdepth\maxdimen}
-
\newlinechar=`\^^J
\long\def\LONGTYPEOUT#1{%
\begingroup
@@ -209,15 +208,43 @@
\SEPARATOR
\LONGTYPEOUT{}%
}
-
\def \TRUE {\TYPE{TRUE}}
\def \FALSE {\TYPE{FALSE}}
\def \YES {\TYPE{YES}}
\def \NO {\TYPE{NO}}
-
\def \NEWLINE {\TYPE{^^J}}
+\ifnum 0%
+ \ifx\pdfoutput\@undefined\else\ifnum\pdfoutput>0 1\fi\fi
+ \ifx\outputmode\@undefined\else\ifnum\outputmode>0 1\fi\fi
+ >0 %
+ \ifx\pdfvariable\@undefined
+ \pdfinfo{/Producer (\ifx\directlua\@undefined pdf\else Lua\fi TeX)}
+ \ifx\pdfinfoomitdate\@undefined\else
+ \pdfinfoomitdate = 1 %
+ \pdfsuppressptexinfo = 1 %
+ \pdftrailerid{}
+ \fi
+ \else
+ \pdfextension info{/Producer (LuaTeX)}
+ \pdfvariable suppressoptionalinfo \numexpr
+ 0
+ + 1 % PTEX.Fullbanner
+ + 32 % CreationDate
+ + 64 % ModDate
+ \relax
+ \fi
+\else
+ \special{%
+ pdf: docinfo
+ <<
+ /Creator (TeX)
+ /CreationDate ()
+ /ModDate ()
+ /Producer (\ifx\XeTeXversion\@undefined\else x\fi dvipdfmx)
+ >>
+ }
+\fi
\reset@catcodes
-
%%
%%
%% End of file `regression-test.tex'.