diff options
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/tests/ucs.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/ptexdir/tests/ucs.tex b/Build/source/texk/web2c/ptexdir/tests/ucs.tex index ed5350fd123..de8a32fc1df 100644 --- a/Build/source/texk/web2c/ptexdir/tests/ucs.tex +++ b/Build/source/texk/web2c/ptexdir/tests/ucs.tex @@ -9,7 +9,7 @@ \typeout{\string\ucs.} \newcount\cntA \loop\ifnum\cntA<256 - \ifnum0=\ucs\cntA\else\typeout{\the\cntA: \ucs\cntA (\Uchar\ucs\cntA)}\fi + \ifnum0>\ucs\cntA\else\typeout{\the\cntA: \ucs\cntA (\Uchar\ucs\cntA)}\fi \advance\cntA1 \repeat @@ -17,7 +17,7 @@ \typeout{\string\toucs.} \cntA=0 \loop\ifnum\cntA<256 - \ifnum0=\toucs\cntA\else\typeout{\the\cntA: \toucs\cntA}\fi + \ifnum0>\toucs\cntA\else\typeout{\the\cntA: \toucs\cntA}\fi \advance\cntA1 \repeat \typeout{\toucs"0, \toucs"80, \toucs"D7, \toucs"A7, \toucs"10000} |