diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/tests/tracinglostchars.tex | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/tests/tracinglostchars.tex b/Build/source/texk/web2c/tests/tracinglostchars.tex new file mode 100644 index 00000000000..ae781fcc874 --- /dev/null +++ b/Build/source/texk/web2c/tests/tracinglostchars.tex @@ -0,0 +1,12 @@ +% $Id$ +% Public domain. Originally written by Karl Berry, 2020. +% Trivial test file for \tracinglostchars >=3 feature; +% see char-warning-pdftex.ch. Not included in make check, just for manual use. + +\font\x=/usr/local/texlive/2020/texmf-dist/fonts/tfm/public/knuth-lib/logo10.tfm +\tracinglostchars=3 \x \char99\end + +% should get an error: +% ! Missing character: There is no c ("63) in font logo10. +% compared to original TeX, log message only: +% Missing character: There is no c in font logo10! |