diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-145.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-145.txt new file mode 100644 index 0000000..5a9cc31 --- /dev/null +++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-145.txt @@ -0,0 +1,1301 @@ +>>===== MODE =====>> +bibliography +<<===== MODE =====<< + +>>===== RESULT =====>> +
+
First, James, Jay Second, John Third, Jack Fourth, Jacob Fifth, Joseph Sixth, Julian Seventh, et al. Test.
+
+<<===== RESULT =====<< + +>>===== CSL =====>> + + +<<===== CSL =====<< + +>>===== INPUT =====>> +[ + { + "author": [ + { + "family": "First", + "given": "James" + }, + { + "family": "Second", + "given": "Jay" + }, + { + "family": "Third", + "given": "John" + }, + { + "family": "Fourth", + "given": "Jack" + }, + { + "family": "Fifth", + "given": "Jacob" + }, + { + "family": "Sixth", + "given": "Joseph" + }, + { + "family": "Seventh", + "given": "Julian" + }, + { + "family": "Eighth", + "given": "Jayden" + }, + { + "family": "Ninth", + "given": "Jackson" + }, + { + "family": "Tenth", + "given": "Jasper" + }, + { + "family": "Eleventh", + "given": "Jonathan" + }, + { + "family": "Twelfth", + "given": "Jeremiah" + } + ], + "id": "ITEM-1", + "type": "book", + "title": "Test" + } +] +<<===== INPUT =====<< diff --git a/tests/src/BugfixTest.php b/tests/src/BugfixTest.php index add064d..37935f4 100644 --- a/tests/src/BugfixTest.php +++ b/tests/src/BugfixTest.php @@ -168,4 +168,9 @@ public function testBugfixGithub143() { $this->runTestSuite('bugfix-github-143'); } + + public function testBugfixGithub145() + { + $this->runTestSuite('bugfix-github-145'); + } }