summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/bibtex8-char.test
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-04-29 03:14:26 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2022-04-29 03:14:26 +0000
commitaf4ad1c389367c6a6a264ee9402ac094ee28fc28 (patch)
tree2ab8e1945907815ea7548753fb018da549a0aac0 /Build/source/texk/bibtex-x/tests/bibtex8-char.test
parentbe99afdf8b3704c3a42465354f690ed41bf5fdbc (diff)
bibtex-x: ver4.00, add is.cjk.str$, bitwise and/or to built-in function
git-svn-id: svn://tug.org/texlive/trunk@63173 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtex-x/tests/bibtex8-char.test')
-rwxr-xr-xBuild/source/texk/bibtex-x/tests/bibtex8-char.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/tests/bibtex8-char.test b/Build/source/texk/bibtex-x/tests/bibtex8-char.test
index 8da266856ec..ba3c461d9d4 100755
--- a/Build/source/texk/bibtex-x/tests/bibtex8-char.test
+++ b/Build/source/texk/bibtex-x/tests/bibtex8-char.test
@@ -38,6 +38,11 @@ cp $srcdir/tests/chara.aux tests/xchara.aux
./bibtex8 tests/xchara || rc=11
diff $srcdir/tests/chara.bbl tests/xchara.bbl || rc=12
+## test for num.names$, format.name$
+cp $srcdir/tests/namea.aux tests/xnamea.aux
+./bibtexu tests/xnamea || rc=13
+diff $srcdir/tests/namea.bbl tests/xnamea.bbl || rc=14
+
exit $rc