diff options
author | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-06-29 12:23:17 +0000 |
---|---|---|
committer | Hironobu Yamashita <h.y.acetaminophen@gmail.com> | 2021-06-29 12:23:17 +0000 |
commit | 1e876f59f7fc2fddfaac962ca2c5bfa7839771c1 (patch) | |
tree | 72ebafa24a56feb94253f8e0a33342f1f7329ea4 | |
parent | 81608739b77964923831f76752e8016932f69f84 (diff) |
ptexdir/tests/ucs*.tex: test files
git-svn-id: svn://tug.org/texlive/trunk@59753 c570f23f-e606-0410-a88d-b1316a301751
-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} |