diff options
author | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2025-02-02 12:33:19 +0000 |
---|---|---|
committer | Takuji Tanaka <ttk@t-lab.opal.ne.jp> | 2025-02-02 12:33:19 +0000 |
commit | b8762fedf71f52bace5b0efbb94111d21da89fec (patch) | |
tree | ca767339d001d55078194927ec0d550710046dd0 /Build | |
parent | 133192891f1066e1bdaffeb3bf15d6ba9b9a98a2 (diff) |
ptex: Tweak tests
git-svn-id: svn://tug.org/texlive/trunk@73689 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ptexdir/ChangeLog | 4 | ||||
-rwxr-xr-x | Build/source/texk/web2c/ptexdir/ptex-prntknj.test | 6 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/tests/pknj-e.log | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/ptexdir/tests/pknj-s.log | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/Build/source/texk/web2c/ptexdir/ChangeLog b/Build/source/texk/web2c/ptexdir/ChangeLog index 571a62e664e..6482896184c 100644 --- a/Build/source/texk/web2c/ptexdir/ChangeLog +++ b/Build/source/texk/web2c/ptexdir/ChangeLog @@ -1,3 +1,7 @@ +2025-02-02 TANAKA Takuji <ttk@t-lab.opal.ne.jp> + + * ptex-prntknj.test, tests/pknj-{e,s}.log: Update tests. + 2025-01-27 Karl Berry <karl@freefriends.org> * am/ptex.am (ptex-pool.c): exit 1 if makecpool failed. diff --git a/Build/source/texk/web2c/ptexdir/ptex-prntknj.test b/Build/source/texk/web2c/ptexdir/ptex-prntknj.test index 2bbbb3df7b7..bfacf98851e 100755 --- a/Build/source/texk/web2c/ptexdir/ptex-prntknj.test +++ b/Build/source/texk/web2c/ptexdir/ptex-prntknj.test @@ -1,5 +1,5 @@ #! /bin/sh -vx -# Copyright 2024 Japanese TeX Development Community <issue@texjp.org> +# Copyright 2024-2025 Japanese TeX Development Community <issue@texjp.org> # You may freely use, modify and/or distribute this file. BinDir=${BinDir:-.} @@ -31,8 +31,8 @@ fi $_ptex -fmt=p-basic-sjis -kanji-internal=sjis -jobname=p-pknj-s -interaction=batchmode printkanji || : $_ptex -fmt=p-basic-euc -kanji-internal=euc -jobname=p-pknj-e -interaction=batchmode printkanji || : -sed "1d;s/characters out of 621947.$/characters out of 621947X/" p-pknj-s.log >p-pknj-s.out -sed "1d;s/characters out of 621947.$/characters out of 621947X/" p-pknj-e.log >p-pknj-e.out +sed "1d;s/strings out of 4979..$/strings out of 4979XX/;s/characters out of 62194..$/characters out of 62194XX/" p-pknj-s.log >p-pknj-s.out +sed "1d;s/strings out of 4979..$/strings out of 4979XX/;s/characters out of 62194..$/characters out of 62194XX/" p-pknj-e.log >p-pknj-e.out diff $srcdir/ptexdir/tests/pknj-s.log p-pknj-s.out || exit 10 diff $srcdir/ptexdir/tests/pknj-e.log p-pknj-e.out || exit 11 diff --git a/Build/source/texk/web2c/ptexdir/tests/pknj-e.log b/Build/source/texk/web2c/ptexdir/tests/pknj-e.log index e86ecb65be0..26d5cb7836a 100644 --- a/Build/source/texk/web2c/ptexdir/tests/pknj-e.log +++ b/Build/source/texk/web2c/ptexdir/tests/pknj-e.log @@ -212,8 +212,8 @@ l.164 \expandafter\show\csname 顛\endcsname Memory usage before: 1270&5512; after: 118&5077; still untouched: 4992459 ) Here is how much of TeX's memory you used: - 25 strings out of 497935 - 137 string characters out of 621947X + 25 strings out of 4979XX + 137 string characters out of 62194XX 7541 words of memory out of 5000000 969 multiletter control sequences out of 15000+600000 3271 words of font info for 2 fonts, out of 8000000 for 9000 diff --git a/Build/source/texk/web2c/ptexdir/tests/pknj-s.log b/Build/source/texk/web2c/ptexdir/tests/pknj-s.log index 63272705688..f5cdb32aa95 100644 --- a/Build/source/texk/web2c/ptexdir/tests/pknj-s.log +++ b/Build/source/texk/web2c/ptexdir/tests/pknj-s.log @@ -212,8 +212,8 @@ l.164 \expandafter\show\csname 顛\endcsname Memory usage before: 1274&5515; after: 118&5078; still untouched: 4992456 ) Here is how much of TeX's memory you used: - 24 strings out of 497935 - 135 string characters out of 621947X + 24 strings out of 4979XX + 135 string characters out of 62194XX 7544 words of memory out of 5000000 968 multiletter control sequences out of 15000+600000 3271 words of font info for 2 fonts, out of 8000000 for 9000 |