Browse Source

added new test case

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 14 years ago
parent
commit
16d4e03968
  1. 8
      test/input/bibacid-iso8859.bib
  2. 9
      test/output/bibacid-iso8859.bib.txt

8
test/input/bibacid-iso8859.bib

@ -196,6 +196,14 @@ MRREVIEWER = {Jean-Fran{\c{c}}ois Clouet},
year = {2011},
}
%% bug reported by Mark Hereld
@misc{mark,
title = {Bug in Urls},
author = {Mark Hereld},
howpublished = {\url{http://foo.com/under_score.html}},
year = {2011},
}

9
test/output/bibacid-iso8859.bib.txt

@ -96,6 +96,15 @@ array (
'type' => 'TECHREPORT',
'year' => '1997',
)
array (
'_author' => 'Mark Hereld',
'author' => 'Mark Hereld',
'howpublished' => '<a href="http://foo.com/under_score.html">http://foo.com/under_score.html</a>',
'key' => 'mark',
'title' => 'Bug in Urls',
'type' => 'misc',
'year' => '2011',
)
array (
'_author' => 'J. Abounader, D. Lamb',
'author' => 'J. Abounader and D. Lamb',

Loading…
Cancel
Save