summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t')
-rw-r--r--Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t
index ba0ea673cad..02fb1cd26f8 100644
--- a/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t
+++ b/Master/texmf-dist/source/support/bibtexperllibs/BibTeX-Parser/t/13_output.t
@@ -18,12 +18,14 @@ while (my $entry = $parser->next) {
my $result1='@ARTICLE{key01,
year = {1950},
author = {Duck, Donald and Else, Someone},
+ editor = {Itor, E. D. and Other, A. N.},
title = {Title text},
month = {January~1},
}';
my $result2='@ARTICLE{key01,
year = {1950},
author = {Donald Duck and Someone Else},
+ editor = {E. D. Itor and A. N. Other},
title = {Title text},
month = {January~1},
}';