summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex/tests/03-deterministic-output/test-prim.tex
blob: 7c83d90b4220ab797276cc5362308a3b895836d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
% $Id$
% See the testprim: target in ./Makefile for the invocation.

\catcode`\{ = 1
\catcode`\} = 2

\ifnum\year=1970 \else \errmessage{year is \the\year, not 1970}\fi
\ifnum\month=1   \else \errmessage{month is \the\month, not 1}\fi
\ifnum\day=1     \else \errmessage{day is \the\day, not 1}\fi
\ifnum\time=2    \else \errmessage{time is \the\time, not 2}\fi
\end