summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tests/batch.tex
blob: b2492af8e8afca6a439d3ea85f5d141b8a459927 (plain)
1
2
3
4
5
6
7
8
9
10
% This test should give no output on the terminal.
\batchmode
\font\test=xxx
\errorstopmode
\ifx\test=\nullfont
% font not found
\else
% font found
\fi
\bye