@ -456,7 +456,7 @@ class BTBTest extends PHPUnit_Framework_TestCase {
$this->assertEquals("Meyer, Heribert and Foo Bar",$entry->getFormattedAuthorsString());
// Github issue 61
$bibtex="@article{aKey61,title={An article Book},author = {Meyer, Heribert and {Advanced Air and Ground Research Team} and Foo Bar and J{\'e} Ko}}\n";
$bibtex="@article{aKey61,title={An article Book},author = {Meyer, Heribert and {Advanced Air and Ground Research Team} and Foo Bar and J{\'e} Ko and J{\'e} Le and Fd L{\'e}}}\n";
// wrong parsing of author names
$test_data=fopen('php://memory','x+');
fwrite($test_data,$bibtex);
@ -465,12 +465,13 @@ class BTBTest extends PHPUnit_Framework_TestCase {