Skip to content

Commit

Permalink
euptex: adjust test for print kanji
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Feb 2, 2025
1 parent a6c570c commit d304daf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions source/texk/web2c/euptexdir/euptex-prntknj.test
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ $_euptex -fmt=eup-basic-sjis -kanji-internal=sjis -jobname=eup-pknj-s -interacti
$_euptex -fmt=eup-basic-euc -kanji-internal=euc -jobname=eup-pknj-e -interaction=batchmode printkanji || :
$_euptex -fmt=eup-basic -jobname=eup-pknj-u -interaction=batchmode printkanji || :

sed "1d;s/strings out of 497[67]..$/strings out of 497XXX/;s/characters out of 6215[789]..$/characters out of 6215XXX/" eup-pknj-s.log >eup-pknj-s.out
sed "1d;s/strings out of 497[67]..$/strings out of 497XXX/;s/characters out of 6215[789]..$/characters out of 6215XXX/" eup-pknj-e.log >eup-pknj-e.out
sed "1d;s/strings out of 497[67]..$/strings out of 497XXX/;s/characters out of 6215[789]..$/characters out of 6215XXX/" eup-pknj-u.log >eup-pknj-u.out
sed "1d;s/strings out of 497[67]..$/strings out of 497XXX/;s/characters out of 6215[789]..$/characters out of 6215XXX/;s/10[89]. multiletter/10XX multiletter/" eup-pknj-s.log >eup-pknj-s.out
sed "1d;s/strings out of 497[67]..$/strings out of 497XXX/;s/characters out of 6215[789]..$/characters out of 6215XXX/;s/10[89]. multiletter/10XX multiletter/" eup-pknj-e.log >eup-pknj-e.out
sed "1d;s/strings out of 497[67]..$/strings out of 497XXX/;s/characters out of 6215[789]..$/characters out of 6215XXX/;s/10[89]. multiletter/10XX multiletter/" eup-pknj-u.log >eup-pknj-u.out

diff $srcdir/euptexdir/tests/pknj-s.log eup-pknj-s.out || exit 10
diff $srcdir/euptexdir/tests/pknj-e.log eup-pknj-e.out || exit 11
Expand Down
2 changes: 1 addition & 1 deletion source/texk/web2c/euptexdir/tests/pknj-e.log
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Here is how much of TeX's memory you used:
25 strings out of 497XXX
143 string characters out of 6215XXX
7548 words of memory out of 5000000
1090 multiletter control sequences out of 15000+600000
10XX multiletter control sequences out of 15000+600000
3271 words of font info for 2 fonts, out of 8000000 for 9000
0 hyphenation exceptions out of 8191
6i,4n,2p,97b,26s stack positions out of 10000i,1000n,20000p,200000b,200000s
Expand Down
2 changes: 1 addition & 1 deletion source/texk/web2c/euptexdir/tests/pknj-s.log
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Here is how much of TeX's memory you used:
24 strings out of 497XXX
141 string characters out of 6215XXX
7551 words of memory out of 5000000
1089 multiletter control sequences out of 15000+600000
10XX multiletter control sequences out of 15000+600000
3271 words of font info for 2 fonts, out of 8000000 for 9000
0 hyphenation exceptions out of 8191
6i,4n,2p,97b,26s stack positions out of 10000i,1000n,20000p,200000b,200000s
Expand Down
2 changes: 1 addition & 1 deletion source/texk/web2c/euptexdir/tests/pknj-u.log
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ Here is how much of TeX's memory you used:
24 strings out of 497XXX
146 string characters out of 6215XXX
7551 words of memory out of 5000000
1089 multiletter control sequences out of 15000+600000
10XX multiletter control sequences out of 15000+600000
3297 words of font info for 2 fonts, out of 8000000 for 9000
0 hyphenation exceptions out of 8191
6i,4n,2p,97b,26s stack positions out of 10000i,1000n,20000p,200000b,200000s
Expand Down

0 comments on commit d304daf

Please sign in to comment.