diff options
author | Karl Berry <karl@freefriends.org> | 2021-02-15 19:18:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-02-15 19:18:31 +0000 |
commit | 57d1b83eef654515374e38b04758517b0eaec0f5 (patch) | |
tree | 6752cc9679eee95216dbbe57463f4a474c45d21f /Build | |
parent | c3151a2726f0b39526669e4d63e8cac9dadd69d0 (diff) |
\tracinglostchars>=3 test file
git-svn-id: svn://tug.org/texlive/trunk@57752 c570f23f-e606-0410-a88d-b1316a301751
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! |