From b6fe1a9d2d884da8d675bb207206f485a3fbd583 Mon Sep 17 00:00:00 2001 From: Jens Kober Date: Thu, 21 Mar 2019 08:25:45 +0100 Subject: [PATCH] switching Oxford comma off again in tests --- bibtexbrowser-test.php | 1 + 1 file changed, 1 insertion(+) diff --git a/bibtexbrowser-test.php b/bibtexbrowser-test.php index 7aa3bd9..e37aff6 100755 --- a/bibtexbrowser-test.php +++ b/bibtexbrowser-test.php @@ -540,6 +540,7 @@ class BTBTest extends PHPUnit_Framework_TestCase { $this->assertEquals("Meyer, Heribert, Advanced Air and Ground Research Team, and Foo Bar", $entry->getFormattedAuthorsString()); $entry = $db->getEntryByKey('bKey61'); $this->assertEquals("Meyer, Heribert and Foo Bar", $entry->getFormattedAuthorsString()); + bibtexbrowser_configure('USE_OXFORD_COMMA', false); } function test_parsing_author_list() {