summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex-x/tests/testname.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex-x/tests/testname.bst')
-rw-r--r--Build/source/texk/bibtex-x/tests/testname.bst8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/bibtex-x/tests/testname.bst b/Build/source/texk/bibtex-x/tests/testname.bst
index 648048bda7a..d9addb41d03 100644
--- a/Build/source/texk/bibtex-x/tests/testname.bst
+++ b/Build/source/texk/bibtex-x/tests/testname.bst
@@ -39,15 +39,15 @@ FUNCTION {book} {output_entry}
READ
-FUNCTION {set_sortkey} {
+FUNCTION {set_sort_key} {
author 'sort.key$ :=
}
-ITERATE {set_sortkey}
+ITERATE {set_sort_key}
SORT
-FUNCTION {output_beg} {
+FUNCTION {output_bgn} {
"\section*{Test result}" write$ newline$
"\begin{itemize}" write$ newline$
}
@@ -57,7 +57,7 @@ FUNCTION {output_end} {
"\endinput" write$ newline$
}
-EXECUTE {output_beg}
+EXECUTE {output_bgn}
ITERATE {call.type$}