From 16d4e039682c434716470d3933a2d426116c1ffd Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Sun, 2 Oct 2011 15:51:53 +0200 Subject: [PATCH] added new test case --- test/input/bibacid-iso8859.bib | 8 ++++++++ test/output/bibacid-iso8859.bib.txt | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/test/input/bibacid-iso8859.bib b/test/input/bibacid-iso8859.bib index b1dff94..a4a8f6d 100755 --- a/test/input/bibacid-iso8859.bib +++ b/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}, +} + diff --git a/test/output/bibacid-iso8859.bib.txt b/test/output/bibacid-iso8859.bib.txt index 84f8372..04477db 100755 --- a/test/output/bibacid-iso8859.bib.txt +++ b/test/output/bibacid-iso8859.bib.txt @@ -96,6 +96,15 @@ array ( 'type' => 'TECHREPORT', 'year' => '1997', ) +array ( + '_author' => 'Mark Hereld', + 'author' => 'Mark Hereld', + 'howpublished' => 'http://foo.com/under_score.html', + 'key' => 'mark', + 'title' => 'Bug in Urls', + 'type' => 'misc', + 'year' => '2011', +) array ( '_author' => 'J. Abounader, D. Lamb', 'author' => 'J. Abounader and D. Lamb',