diff --git a/composer.json b/composer.json
index 8ec680ce..cef9b5b7 100644
--- a/composer.json
+++ b/composer.json
@@ -28,20 +28,17 @@
},
"require": {
"seboettg/collection": "^2.1",
- "myclabs/php-enum": "^1.5",
+ "myclabs/php-enum": "^1.8",
"ext-simplexml": "*",
"ext-json": "*",
- "php": ">=7.1"
+ "php": ">=7.3",
+ "ext-mbstring": "*"
},
"require-dev": {
- "php-coveralls/php-coveralls": "^1",
- "phpunit/phpunit": "^7.5",
- "squizlabs/php_codesniffer": "^3.5",
- "phpmd/phpmd": "^2.8"
+ "phpunit/phpunit": "^8.0"
},
"suggest": {
"ext-intl": "*",
- "ext-mbstring": "*",
"symfony/polyfill-mbstring": "^1.10"
},
"scripts": {
diff --git a/src/Styles/AffixesTrait.php b/src/Styles/AffixesTrait.php
index 73f53779..0edb2c2a 100644
--- a/src/Styles/AffixesTrait.php
+++ b/src/Styles/AffixesTrait.php
@@ -42,7 +42,6 @@ protected function initAffixesAttributes(SimpleXMLElement $node)
{
/** @var SimpleXMLElement $attribute */
foreach ($node->attributes() as $attribute) {
- /** @var string $name */
$name = (string) $attribute->getName();
$value = (string) $attribute;
diff --git a/src/Util/StringHelper.php b/src/Util/StringHelper.php
index 233208dc..c3bb53ee 100644
--- a/src/Util/StringHelper.php
+++ b/src/Util/StringHelper.php
@@ -11,7 +11,6 @@
namespace Seboettg\CiteProc\Util;
use Seboettg\CiteProc\CiteProc;
-use Symfony\Polyfill\Mbstring\Mbstring;
/**
* Class StringHelper
@@ -53,7 +52,6 @@ class StringHelper
'ISO-8859-8',
'ISO-8859-9',
'ISO-8859-10',
- 'ISO-8859-11',
'ISO-8859-13',
'ISO-8859-14',
'ISO-8859-15',
@@ -138,9 +136,9 @@ public static function mb_ucfirst($string, $encoding = 'UTF-8')
$then = mb_substr($string, 1, $strlen - 1, $encoding);
/** @noinspection PhpInternalEntityUsedInspection */
- $encoding = Mbstring::mb_detect_encoding($firstChar, self::ISO_ENCODINGS, true);
+ $encoding = mb_detect_encoding($firstChar, self::ISO_ENCODINGS, true);
return in_array($encoding, self::ISO_ENCODINGS) ?
- Mbstring::mb_strtoupper($firstChar, $encoding).$then : $firstChar.$then;
+ mb_strtoupper($firstChar, $encoding).$then : $firstChar.$then;
}
// phpcs:disable
public static function mb_strrev($string)
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/affix_Brackets.txt b/tests/fixtures/basic-tests/processor-tests/humans/affix_Brackets.txt
index d96e0525..479cbf96 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/affix_Brackets.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/affix_Brackets.txt
@@ -41,21 +41,21 @@ citation
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
- "2",
+ "2000",
+ "2",
"15"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/affix_InterveningEmpty.txt b/tests/fixtures/basic-tests/processor-tests/humans/affix_InterveningEmpty.txt
index 79a11421..2a7cb483 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/affix_InterveningEmpty.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/affix_InterveningEmpty.txt
@@ -52,21 +52,21 @@ John Doe. His Anonymous Life. 1965.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "1965",
- "6",
+ "1965",
+ "6",
"1"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixFullCitationTextOnly.txt b/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixFullCitationTextOnly.txt
index 7eecab65..15a6ec93 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixFullCitationTextOnly.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixFullCitationTextOnly.txt
@@ -43,21 +43,21 @@ citation
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
- "2",
+ "2000",
+ "2",
"15"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixWithDecorations.txt b/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixWithDecorations.txt
index d96e0525..479cbf96 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixWithDecorations.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/affix_PrefixWithDecorations.txt
@@ -41,21 +41,21 @@ citation
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
- "2",
+ "2000",
+ "2",
"15"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/affix_TextNodeWithMacro.txt b/tests/fixtures/basic-tests/processor-tests/humans/affix_TextNodeWithMacro.txt
index fe481d1f..a1c83ea4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/affix_TextNodeWithMacro.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/affix_TextNodeWithMacro.txt
@@ -38,7 +38,7 @@ One. Two.
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/api_UpdateItemsDelete.txt b/tests/fixtures/basic-tests/processor-tests/humans/api_UpdateItemsDelete.txt
index 701dfe5c..5c36a162 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/api_UpdateItemsDelete.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/api_UpdateItemsDelete.txt
@@ -41,91 +41,91 @@ Doe 1960; Roe 1970; Smith 1980; Brown 1990; Ichi 2000.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1960
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
1970
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"issued": {
"date-parts": [
[
1980
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Brown",
+ "family": "Brown",
"given": "Robert"
}
- ],
- "id": "ITEM-4",
+ ],
+ "id": "ITEM-4",
"issued": {
"date-parts": [
[
1990
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Ichi",
+ "family": "Ichi",
"given": "Taro"
}
- ],
- "id": "ITEM-5",
+ ],
+ "id": "ITEM-5",
"issued": {
"date-parts": [
[
2000
]
]
- },
- "title": "Book E",
+ },
+ "title": "Book E",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/api_names_label.txt b/tests/fixtures/basic-tests/processor-tests/humans/api_names_label.txt
index 0ff07d5a..b3be95a5 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/api_names_label.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/api_names_label.txt
@@ -45,33 +45,33 @@ Aalto+Blevins (editor); Colostomy (editor)+Dropsie (translator)
{
"author": [
{
- "family": "Aalto",
+ "family": "Aalto",
"given": "Alan"
}
- ],
+ ],
"editor": [
{
- "family": "Blevins",
+ "family": "Blevins",
"given": "Butthead"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Colostomy",
+ "family": "Colostomy",
"given": "Colin"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"translator": [
{
- "family": "Dropsie",
+ "family": "Dropsie",
"given": "David"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-choose-github-44.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-choose-github-44.txt
index 69e9756e..4b600322 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-choose-github-44.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-choose-github-44.txt
@@ -62,35 +62,35 @@ bibliography
{
"author": [
{
- "family": "Doe",
- "given": "James",
+ "family": "Doe",
+ "given": "James",
"suffix": "III"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "My Anonymous Heritage",
+ },
+ "title": "My Anonymous Heritage",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Anderson",
+ "family": "Anderson",
"given": "John"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "John"
}
- ],
- "id": "ITEM-2",
- "title": "Two authors writing a book",
+ ],
+ "id": "ITEM-2",
+ "title": "Two authors writing a book",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-dateparts.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-dateparts.txt
index 43d34d90..1fa73e3b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-dateparts.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-dateparts.txt
@@ -708,24 +708,24 @@ bibliography
{
"author": [
{
- "family": "Navarr",
+ "family": "Navarr",
"given": "Joe"
}
- ],
- "container-title": "FBI Law Enforcement Bulletin",
- "issue": "8",
+ ],
+ "container-title": "FBI Law Enforcement Bulletin",
+ "issue": "8",
"issued": {
"date-parts": [
[
- "2012",
- "01",
+ "2012",
+ "01",
"01"
]
]
- },
- "page": "7-7",
- "title": "Detecting Deception null [article]",
- "type": "article",
+ },
+ "page": "7-7",
+ "title": "Detecting Deception null [article]",
+ "type": "article",
"volume": "81"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-36.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-36.txt
index fb54a530..1bb16ded 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-36.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-36.txt
@@ -46,26 +46,26 @@ https://github.com/seboettg/citeproc-php/issues/37
{
"author": [
{
- "family": "Beethoven",
+ "family": "Beethoven",
"given": "Ludwig van"
- },
+ },
{
- "family": "Backhaus",
+ "family": "Backhaus",
"given": "Wilhelm"
}
- ],
+ ],
"issued": {
"date-parts": [
[
"[ca. 1970]"
]
- ],
+ ],
"literal": "[ca. 1970]"
- },
- "number-of-pages": "1 Schallpl.",
- "publisher": "Decca",
- "publisher-place": "[Hamburg]",
- "title": "Wilhelm Backhaus spielt Ludwig van Beethoven",
+ },
+ "number-of-pages": "1 Schallpl.",
+ "publisher": "Decca",
+ "publisher-place": "[Hamburg]",
+ "title": "Wilhelm Backhaus spielt Ludwig van Beethoven",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-37.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-37.txt
index b188e006..79413e25 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-37.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-37.txt
@@ -225,19 +225,19 @@ https://github.com/seboettg/citeproc-php/issues/37
{
"author": [
{
- "family": "Nachname",
+ "family": "Nachname",
"given": "Vorname"
}
- ],
+ ],
"issued": {
"date-parts": [
[
"2005"
]
]
- },
- "page": ", S. 62",
- "title": "Titel",
+ },
+ "page": ", S. 62",
+ "title": "Titel",
"type": "article"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-44.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-44.txt
index 4b6fce40..7c589e88 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-44.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-44.txt
@@ -1357,35 +1357,35 @@ bibliography
{
"author": [
{
- "family": "Doe",
- "given": "James",
+ "family": "Doe",
+ "given": "James",
"suffix": "III"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "My Anonymous Heritage",
+ },
+ "title": "My Anonymous Heritage",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Anderson",
+ "family": "Anderson",
"given": "John"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "John"
}
- ],
- "id": "ITEM-2",
- "title": "Two authors writing a book",
+ ],
+ "id": "ITEM-2",
+ "title": "Two authors writing a book",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-46.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-46.txt
index c980f5c1..1475e2cf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-46.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-46.txt
@@ -356,29 +356,29 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "https://pj.iph.ras.ru/index.php/ph_j/article/view/31",
+ "URL": "https://pj.iph.ras.ru/index.php/ph_j/article/view/31",
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": ""
- },
+ },
"author": [
{
- "family": "Месяц",
+ "family": "Месяц",
"given": "Светлана Викторовна"
}
- ],
- "container-title": "Philosophy Journal",
- "container-title-short": "PhJ",
- "id": "31",
- "issue": "1",
+ ],
+ "container-title": "Philosophy Journal",
+ "container-title-short": "PhJ",
+ "id": "31",
+ "issue": "1",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2015-03-05 00:00:00"
- },
- "page": "7-22",
- "section": "ACADEMIC DISCUSSIONS",
- "title": "Proclus’ metaphysics: between worldview and language game. Reflections on the book of Radek Chlup",
- "type": "article-journal",
+ },
+ "page": "7-22",
+ "section": "ACADEMIC DISCUSSIONS",
+ "title": "Proclus’ metaphysics: between worldview and language game. Reflections on the book of Radek Chlup",
+ "type": "article-journal",
"volume": "8"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-47.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-47.txt
index 2b1fd7fd..ec9bcfb8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-47.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-47.txt
@@ -262,29 +262,29 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "10.1234/publicknowledge.v1i1.62",
- "URL": "http://localhost/ojs/publicknowledge/article/view/62",
+ "DOI": "10.1234/publicknowledge.v1i1.62",
+ "URL": "http://localhost/ojs/publicknowledge/article/view/62",
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2018-02-07"
- },
+ },
"author": [
{
- "family": "Corino",
+ "family": "Corino",
"given": "Carlo"
}
- ],
- "container-title": "Journal of Public Knowledge",
- "container-title-short": "publicknowledge",
- "id": 62,
- "issue": 1,
+ ],
+ "container-title": "Journal of Public Knowledge",
+ "container-title-short": "publicknowledge",
+ "id": 62,
+ "issue": 1,
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2017-12-05 16:04:07"
- },
- "section": "Articles",
- "title": "Elit nulla ultrices amet iaculis lorem non morbi sed sapien",
- "type": "article-journal",
+ },
+ "section": "Articles",
+ "title": "Elit nulla ultrices amet iaculis lorem non morbi sed sapien",
+ "type": "article-journal",
"volume": 1
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49-serbian-characters.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49-serbian-characters.txt
index 4e74268c..0b583408 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49-serbian-characters.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49-serbian-characters.txt
@@ -40,37 +40,37 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "10.1234/publicknowledge.v2i3.30",
- "URL": "http://localhost/ojs/publicknowledge/article/view/30",
+ "DOI": "10.1234/publicknowledge.v2i3.30",
+ "URL": "http://localhost/ojs/publicknowledge/article/view/30",
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2018-04-11"
- },
+ },
"author": [
{
- "family": "Corino",
+ "family": "Corino",
"given": "Carlo"
- },
+ },
{
- "family": "Contributor",
+ "family": "Contributor",
"given": "Test"
- },
+ },
{
- "family": "Another",
+ "family": "Another",
"given": "Test"
}
- ],
- "container-title": "Journal of Public Knowledge",
- "container-title-short": "publicknowledge",
- "id": "30",
- "issue": "3",
+ ],
+ "container-title": "Journal of Public Knowledge",
+ "container-title-short": "publicknowledge",
+ "id": "30",
+ "issue": "3",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2017-10-17 00:00:00"
- },
- "section": "Articles",
- "title": "Est maximus eu donec congue “Nešto Između” Srđana Karanović“a",
- "type": "article-journal",
+ },
+ "section": "Articles",
+ "title": "Est maximus eu donec congue “Nešto Između” Srđana Karanović“a",
+ "type": "article-journal",
"volume": "2"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49.txt
index 1325f1b3..37e9e6e6 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-49.txt
@@ -825,37 +825,37 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "10.1234/publicknowledge.v2i3.30",
- "URL": "http://localhost/ojs/publicknowledge/article/view/30",
+ "DOI": "10.1234/publicknowledge.v2i3.30",
+ "URL": "http://localhost/ojs/publicknowledge/article/view/30",
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2018-04-11"
- },
+ },
"author": [
{
- "family": "Corino",
+ "family": "Corino",
"given": "Carlo"
- },
+ },
{
- "family": "Contributor",
+ "family": "Contributor",
"given": "Test"
- },
+ },
{
- "family": "Another",
+ "family": "Another",
"given": "Test"
}
- ],
- "container-title": "Journal of Public Knowledge",
- "container-title-short": "publicknowledge",
- "id": "30",
- "issue": "3",
+ ],
+ "container-title": "Journal of Public Knowledge",
+ "container-title-short": "publicknowledge",
+ "id": "30",
+ "issue": "3",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2017-10-17 00:00:00"
- },
- "section": "Articles",
- "title": "Est maximus eu donec congue “Nešto Između” Srđana Karanović“a",
- "type": "article-journal",
+ },
+ "section": "Articles",
+ "title": "Est maximus eu donec congue “Nešto Između” Srđana Karanović“a",
+ "type": "article-journal",
"volume": "2"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-50.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-50.txt
index 16b88c5d..1f308a34 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-50.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-50.txt
@@ -55,15 +55,15 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "http://example.com",
+ "URL": "http://example.com",
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": 276,
- "title": "Chapter Title",
+ ],
+ "id": 276,
+ "title": "Chapter Title",
"type": "chapter"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-58.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-58.txt
index 993ec66d..d73f9397 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-58.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-58.txt
@@ -790,18 +790,18 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "www.starwars.com/",
+ "URL": "www.starwars.com/",
"accessed": {
"date-parts": [
[
- "2018",
- "09",
+ "2018",
+ "09",
"19"
]
]
- },
- "id": "item-1",
- "title": "StarWars.com | The Official Star Wars Website",
+ },
+ "id": "item-1",
+ "title": "StarWars.com | The Official Star Wars Website",
"type": "webpage"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-60.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-60.txt
index 403c8e96..d2c51bbf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-60.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-60.txt
@@ -365,14 +365,14 @@ bibliography
>>===== INPUT =====>>
[
{
- "container-title": "Journal of ABCs",
- "container-title-short": "JABC",
- "id": 123,
- "issue": 1,
- "page": "3-10",
- "section": "Section Title",
- "title": "My Article",
- "type": "article-journal",
+ "container-title": "Journal of ABCs",
+ "container-title-short": "JABC",
+ "id": 123,
+ "issue": 1,
+ "page": "3-10",
+ "section": "Section Title",
+ "title": "My Article",
+ "type": "article-journal",
"volume": 1
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-68.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-68.txt
index e061142e..bba70392 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-68.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-68.txt
@@ -1542,10 +1542,10 @@ bibliography
[
{
"issued": {
- "date-parts": [],
+ "date-parts": [],
"string-literal": ""
- },
- "title": "TEST: test",
+ },
+ "title": "TEST: test",
"type": "article-journal"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-69.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-69.txt
index 993f6aeb..7e643f0f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-69.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-69.txt
@@ -54,52 +54,52 @@ bibliography
>>===== INPUT =====>>
[
{
- "collection-number": "95-2",
- "collection-title": "Corpus Mensurabilis Musicae",
+ "collection-number": "95-2",
+ "collection-title": "Corpus Mensurabilis Musicae",
"editor": [
{
- "family": "Josephson",
+ "family": "Josephson",
"given": "Nors S."
}
- ],
- "event-place": "Neuhausen-Stuttgart",
- "id": "7021352/UTSP92QZ",
+ ],
+ "event-place": "Neuhausen-Stuttgart",
+ "id": "7021352/UTSP92QZ",
"issued": {
"date-parts": [
[
1982
]
]
- },
- "language": "en",
- "publisher": "American Institute of Musicology, Hänssler-Verlag",
- "publisher-place": "Neuhausen-Stuttgart",
- "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
- "type": "book",
+ },
+ "language": "en",
+ "publisher": "American Institute of Musicology, Hänssler-Verlag",
+ "publisher-place": "Neuhausen-Stuttgart",
+ "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
+ "type": "book",
"volume": "II"
- },
+ },
{
- "collection-number": "95-2",
- "collection-title": "Corpus Mensurabilis Musicae",
+ "collection-number": "95-2",
+ "collection-title": "Corpus Mensurabilis Musicae",
"editor": [
{
- "family": "Josephson",
+ "family": "Josephson",
"given": "Nors S."
}
- ],
- "event-place": "Neuhausen-Stuttgart",
- "id": "7021352/UTSP92QZ",
+ ],
+ "event-place": "Neuhausen-Stuttgart",
+ "id": "7021352/UTSP92QZ",
"issued": {
"date-parts": [
[
1982
]
]
- },
- "language": "en",
- "publisher": "American Institute of Musicology, Hänssler-Verlag",
- "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
- "type": "book",
+ },
+ "language": "en",
+ "publisher": "American Institute of Musicology, Hänssler-Verlag",
+ "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
+ "type": "book",
"volume": "II"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-70.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-70.txt
index 890bc4e0..ca29e5d8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-70.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-70.txt
@@ -45,28 +45,28 @@ bibliography
>>===== INPUT =====>>
[
{
- "collection-number": "95-2",
- "collection-title": "Corpus Mensurabilis Musicae",
+ "collection-number": "95-2",
+ "collection-title": "Corpus Mensurabilis Musicae",
"editor": [
{
- "family": "Josephson",
+ "family": "Josephson",
"given": "Nors S."
}
- ],
- "event-place": "Neuhausen-Stuttgart",
- "id": "7021352/UTSP92QZ",
+ ],
+ "event-place": "Neuhausen-Stuttgart",
+ "id": "7021352/UTSP92QZ",
"issued": {
"date-parts": [
[
1982
]
]
- },
- "language": "en",
- "publisher": "American Institute of Musicology, Hänssler-Verlag",
- "publisher-place": "Neuhausen-Stuttgart",
- "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
- "type": "book",
+ },
+ "language": "en",
+ "publisher": "American Institute of Musicology, Hänssler-Verlag",
+ "publisher-place": "Neuhausen-Stuttgart",
+ "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
+ "type": "book",
"volume": "II"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-80.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-80.txt
index 573aa140..0116cfbf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-80.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-80.txt
@@ -67,7 +67,7 @@ bibliography
{
"author": [
{
- "family": "Gebremedhin",
+ "family": "Gebremedhin",
"given": "Maheteme T."
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-88.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-88.txt
index 49ebbc94..869054c9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-88.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-88.txt
@@ -1931,34 +1931,34 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "https://gradusjournal.com/index.php/gradus/article/view/133",
+ "URL": "https://gradusjournal.com/index.php/gradus/article/view/133",
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2020-07-20"
- },
+ },
"author": [
{
- "family": "Martins",
+ "family": "Martins",
"given": "Marcus Vinicius Moreira"
- },
+ },
{
- "family": "Ferreira Netto",
+ "family": "Ferreira Netto",
"given": "Waldemar"
}
- ],
- "container-title": "Gradus - Revista Brasileira de Fonologia de Laboratório",
- "container-title-short": "gradus",
- "id": 133,
- "issue": "2",
+ ],
+ "container-title": "Gradus - Revista Brasileira de Fonologia de Laboratório",
+ "container-title-short": "gradus",
+ "id": 133,
+ "issue": "2",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2020-01-03"
- },
- "page": "11-31",
- "publisher-place": "Curitiba",
- "section": "",
- "title": "Retomada do tom médio após intervalos de sonoridade",
- "type": "article-journal",
+ },
+ "page": "11-31",
+ "publisher-place": "Curitiba",
+ "section": "",
+ "title": "Retomada do tom médio após intervalos de sonoridade",
+ "type": "article-journal",
"volume": "4"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-89.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-89.txt
index 8aa5ba3a..027762ac 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-89.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-89.txt
@@ -323,62 +323,62 @@ bibliography
>>===== INPUT =====>>
[
{
- "ISSN": "0031-7985",
+ "ISSN": "0031-7985",
"author": [
{
- "family": "Kersten",
+ "family": "Kersten",
"given": "Markus"
}
- ],
- "container-title": "Philologus",
- "issue": 2,
+ ],
+ "container-title": "Philologus",
+ "issue": 2,
"issued": {
"date-parts": [
[
"2018"
]
]
- },
- "link_easyweb": "edoc",
- "note": "Publication type according to Uni Basel Research Database: Journal article",
- "page": "232-246",
- "publisher": "Akademie-Verlag",
- "title": "Denn dies ist mir viel wert, Kriton … Zu Text und Interpretation von Plat. Crit. 48e4",
- "type": "article-journal",
+ },
+ "link_easyweb": "edoc",
+ "note": "Publication type according to Uni Basel Research Database: Journal article",
+ "page": "232-246",
+ "publisher": "Akademie-Verlag",
+ "title": "Denn dies ist mir viel wert, Kriton … Zu Text und Interpretation von Plat. Crit. 48e4",
+ "type": "article-journal",
"volume": 162
- },
+ },
{
- "DOI": "10.7717/peerj.3544",
- "ISSN": "2167-8359",
- "URL": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5502092/",
+ "DOI": "10.7717/peerj.3544",
+ "ISSN": "2167-8359",
+ "URL": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC5502092/",
"author": [
{
- "family": "Amrhein",
+ "family": "Amrhein",
"given": "Valentin"
- },
+ },
{
- "family": "Korner-Nievergelt",
+ "family": "Korner-Nievergelt",
"given": "Fränzi"
- },
+ },
{
- "family": "Roth",
+ "family": "Roth",
"given": "Tobias"
}
- ],
- "container-title": "PeerJ",
+ ],
+ "container-title": "PeerJ",
"issued": {
"date-parts": [
[
"2017"
]
]
- },
- "link_easyweb": "edoc | Open Access",
- "note": "Publication type according to Uni Basel Research Database: Journal article",
- "page": "e3544",
- "publisher": "PeerJ",
- "title": "The earth is flat (p < 0.05): significance thresholds and the crisis of unreplicable research",
- "type": "article-journal",
+ },
+ "link_easyweb": "edoc | Open Access",
+ "note": "Publication type according to Uni Basel Research Database: Journal article",
+ "page": "e3544",
+ "publisher": "PeerJ",
+ "title": "The earth is flat (p < 0.05): significance thresholds and the crisis of unreplicable research",
+ "type": "article-journal",
"volume": 5
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-92.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-92.txt
index ce06a8a1..ed428fdb 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-92.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-92.txt
@@ -187,29 +187,29 @@ bibliography
>>===== INPUT =====>>
[
{
- "ISSN": "2076-8214",
- "abstract": "The wars in Bosnia (1992–1995) and Kosovo (1998–1999) caused Germany to seriously consider military intervention abroad for the first time since the Second World War. The political stance taken by the then-recently reunited Germany towards the so-called Balkan wars was largely negotiated by the national public press. In The War in Our Backyard Margit V. Wunsch Gaarmann analyses how these two wars—and the political debates they triggered—were portrayed by the German press. Her study can be seen as a part of a larger field of research dealing with the connection between media and war. In her book Gaarmann presents a differentiated image of the German media, demonstrating that reports were far more controversial than suggested by the academic literature to date.",
+ "ISSN": "2076-8214",
+ "abstract": "The wars in Bosnia (1992–1995) and Kosovo (1998–1999) caused Germany to seriously consider military intervention abroad for the first time since the Second World War. The political stance taken by the then-recently reunited Germany towards the so-called Balkan wars was largely negotiated by the national public press. In The War in Our Backyard Margit V. Wunsch Gaarmann analyses how these two wars—and the political debates they triggered—were portrayed by the German press. Her study can be seen as a part of a larger field of research dealing with the connection between media and war. In her book Gaarmann presents a differentiated image of the German media, demonstrating that reports were far more controversial than suggested by the academic literature to date.",
"author": [
{
- "family": "Freiermuth Samardzic",
+ "family": "Freiermuth Samardzic",
"given": "Nadine"
}
- ],
- "container-title": "Laboratorium 2015",
- "editor": [],
- "issue": 2,
+ ],
+ "container-title": "Laboratorium 2015",
+ "editor": [],
+ "issue": 2,
"issued": {
"date-parts": [
[
"2015"
]
]
- },
- "note": "Publication type according to Uni Basel Research Database: Journal article",
- "page": "206-209",
- "publisher": "CNSI",
- "title": "[Book Review on] Margit V. Wunsch Gaarmann: The War in Our Backyard: The Bosnia and Kosovo Wars through the Lens of the German Print Media. Berlin 2015",
- "type": "article-journal",
+ },
+ "note": "Publication type according to Uni Basel Research Database: Journal article",
+ "page": "206-209",
+ "publisher": "CNSI",
+ "title": "[Book Review on] Margit V. Wunsch Gaarmann: The War in Our Backyard: The Bosnia and Kosovo Wars through the Lens of the German Print Media. Berlin 2015",
+ "type": "article-journal",
"volume": 7
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-94.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-94.txt
index db1a831f..9cf55c78 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-94.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-94.txt
@@ -366,16 +366,16 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "10.4314/ajfm.v13i1.24385",
- "container-title": "African Journal of Finance and Management",
- "issue": 1,
+ "DOI": "10.4314/ajfm.v13i1.24385",
+ "container-title": "African Journal of Finance and Management",
+ "issue": 1,
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2020-10-29"
- },
- "page": "25-30",
- "title": "The Signalling Theory Dividends: A Review Of The Literature And Empirical Evidence",
- "type": "article-journal",
+ },
+ "page": "25-30",
+ "title": "The Signalling Theory Dividends: A Review Of The Literature And Empirical Evidence",
+ "type": "article-journal",
"volume": 13
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-95.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-95.txt
index 1c666f75..284edc07 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-95.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-95.txt
@@ -477,25 +477,25 @@ bibliography
{
"author": [
{
- "family": "Bloom",
+ "family": "Bloom",
"given": "Harold"
}
- ],
- "container-title": "Shakespeare: The Invention of the Human",
+ ],
+ "container-title": "Shakespeare: The Invention of the Human",
"issued": {
"date-parts": [
[
- "1998",
- "07",
+ "1998",
+ "07",
"02"
]
]
- },
- "number-of-volumes": "",
- "page": "226-246",
- "publisher": "Forth Estate",
- "publisher-place": "London",
- "title": "Twelfth Night",
+ },
+ "number-of-volumes": "",
+ "page": "226-246",
+ "publisher": "Forth Estate",
+ "publisher-place": "London",
+ "title": "Twelfth Night",
"type": "chapter"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates-minimal.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates-minimal.txt
index c7ca0354..62a9ec57 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates-minimal.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates-minimal.txt
@@ -30,22 +30,22 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2004,
- 10,
+ 2004,
+ 10,
21
- ],
+ ],
[
- 2004,
- 10,
+ 2004,
+ 10,
23
]
]
- },
- "title": "Some Book or Other",
+ },
+ "title": "Some Book or Other",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates.txt b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates.txt
index cda769f9..93e874c0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/bugfix-github-dates.txt
@@ -483,32 +483,32 @@ bibliography
>>===== INPUT =====>>
[
{
- "abstract": "Minimum tillage along with crop residue management on a double cropping system is recognized as practical choice of soil carbon management option in several crop production regions across the US. Here, seasonal estimates of net ecosystem exchange (NEE) and its components for soybean and winter wheat crops (double cropping systems) were studied at Winfred Thomas Agricultural Research Station (WTARS) in Hazel green Alabama for growing seasons of 2007, 2008 and 2009 using the eddy covariance technique. The site was a net annual source of carbon during the year 2007 and 2008 (cumulative NEE ca. 100 and 30 g C m⁻² y⁻¹), while 2009 was a slight C sink (-20 g C m⁻² y⁻¹). Here, differential soil and canopy respiratory looses have played significant role in the annual crop C status. The soybean-winter wheat double cropping system of northern Alabama studied here exhibited a contrasting LE, H and G flux patterns. driven by biophysical attributes, crop phenology and by management. Seasonally integrated evapo transpiration values for soybean were 220, 258 and 276 mm in 2007, 2008 and 2009, respectively reflective of precipitation driven canopy-atmosphere water cycling with corresponding precipitations of 260, 304, 753 mm. With the exception of winter growing season of 2007, which was smaller, ET of winter cover crop (winter wheat) was higher by 15% and 26% than soybean. For soybean, the percentage of water returned to the atmosphere via ET relative to growing season precipitation was the highest in 2007 (85%) received during growing cycle\"--page vi.",
+ "abstract": "Minimum tillage along with crop residue management on a double cropping system is recognized as practical choice of soil carbon management option in several crop production regions across the US. Here, seasonal estimates of net ecosystem exchange (NEE) and its components for soybean and winter wheat crops (double cropping systems) were studied at Winfred Thomas Agricultural Research Station (WTARS) in Hazel green Alabama for growing seasons of 2007, 2008 and 2009 using the eddy covariance technique. The site was a net annual source of carbon during the year 2007 and 2008 (cumulative NEE ca. 100 and 30 g C m⁻² y⁻¹), while 2009 was a slight C sink (-20 g C m⁻² y⁻¹). Here, differential soil and canopy respiratory looses have played significant role in the annual crop C status. The soybean-winter wheat double cropping system of northern Alabama studied here exhibited a contrasting LE, H and G flux patterns. driven by biophysical attributes, crop phenology and by management. Seasonally integrated evapo transpiration values for soybean were 220, 258 and 276 mm in 2007, 2008 and 2009, respectively reflective of precipitation driven canopy-atmosphere water cycling with corresponding precipitations of 260, 304, 753 mm. With the exception of winter growing season of 2007, which was smaller, ET of winter cover crop (winter wheat) was higher by 15% and 26% than soybean. For soybean, the percentage of water returned to the atmosphere via ET relative to growing season precipitation was the highest in 2007 (85%) received during growing cycle\"--page vi.",
"author": [
{
- "family": "Gebremedhin",
+ "family": "Gebremedhin",
"given": "Maheteme T."
}
- ],
- "call-number": "S603.7 .G43 2010",
+ ],
+ "call-number": "S603.7 .G43 2010",
"issued": {
"date-parts": [
[
- "2004",
- "10",
+ "2004",
+ "10",
21
- ],
+ ],
[
- "2004",
- "10",
+ "2004",
+ "10",
23
]
]
- },
- "note": "1. Maheteme T. Gebremedhin. 2. Ph. D. Alabama A & M University 2010. 3. Includes bibliographical references (leaves 191-200). ",
- "publisher": "Alabama A&M University",
- "publisher-place": "alu",
- "title": "Carbon dioxide and energy balance of a double cropping agroecosystem in northern Alabama climate",
+ },
+ "note": "1. Maheteme T. Gebremedhin. 2. Ph. D. Alabama A & M University 2010. 3. Includes bibliographical references (leaves 191-200). ",
+ "publisher": "Alabama A&M University",
+ "publisher-place": "alu",
+ "title": "Carbon dioxide and energy balance of a double cropping agroecosystem in northern Alabama climate",
"type": "article-journal"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/condition_EmptyIsUncertainDateFalse.txt b/tests/fixtures/basic-tests/processor-tests/humans/condition_EmptyIsUncertainDateFalse.txt
index 9649ed0e..d35a2ca9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/condition_EmptyIsUncertainDateFalse.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/condition_EmptyIsUncertainDateFalse.txt
@@ -38,8 +38,8 @@ empty issued is not uncertain
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "His Anonymous Life",
+ "id": "ITEM-1",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/condition_IsNumericMatchNone.txt b/tests/fixtures/basic-tests/processor-tests/humans/condition_IsNumericMatchNone.txt
index 23d6f8f0..aa2daba9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/condition_IsNumericMatchNone.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/condition_IsNumericMatchNone.txt
@@ -39,18 +39,18 @@ ITEM-1: no numeric values; ITEM-2: numeric values; ITEM-3: numeric values
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "page": "trf",
+ "id": "ITEM-1",
+ "page": "trf",
"volume": "dsa"
- },
+ },
{
- "id": "ITEM-2",
- "page": "5",
+ "id": "ITEM-2",
+ "page": "5",
"volume": "V"
- },
+ },
{
- "id": "ITEM-3",
- "page": "jdhal",
+ "id": "ITEM-3",
+ "page": "jdhal",
"volume": "V"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/condition_LocatorIsFalse.txt b/tests/fixtures/basic-tests/processor-tests/humans/condition_LocatorIsFalse.txt
index bfad171f..2362517a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/condition_LocatorIsFalse.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/condition_LocatorIsFalse.txt
@@ -47,14 +47,14 @@ Book One: (1) Locator true (2) Locator true; Book Two: (1) Locator false (2) Loc
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "locator": "1",
- "title": "Book One",
+ "id": "ITEM-1",
+ "locator": "1",
+ "title": "Book One",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
- "title": "Book Two",
+ "id": "ITEM-2",
+ "title": "Book Two",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/condition_VariableMatchAll.txt b/tests/fixtures/basic-tests/processor-tests/humans/condition_VariableMatchAll.txt
index 32acdccd..1189ed7a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/condition_VariableMatchAll.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/condition_VariableMatchAll.txt
@@ -44,20 +44,20 @@ citation
>>===== INPUT =====>>
[
{
- "URL": "http://example.org/ITEM-1",
+ "URL": "http://example.org/ITEM-1",
"accessed": {
"date-parts": [
[
- 2012,
- 4,
+ 2012,
+ 4,
10
]
]
- },
+ },
"id": "ITEM-1"
- },
+ },
{
- "URL": "http://example.org/ITEM-2",
+ "URL": "http://example.org/ITEM-2",
"id": "ITEM-2"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_Accessed.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_Accessed.txt
index 49e92e61..7222a05d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_Accessed.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_Accessed.txt
@@ -32,10 +32,10 @@ January 22, 1976
[
{
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": "22 jan 1976"
- },
- "id": "ITEM-1",
+ },
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_DateAD.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_DateAD.txt
index 38d5f01a..c7c2d630 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_DateAD.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_DateAD.txt
@@ -36,15 +36,15 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
499
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_DateBC.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_DateBC.txt
index bfcb2da6..5730e746 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_DateBC.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_DateBC.txt
@@ -36,15 +36,15 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
-250
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_InPress.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_InPress.txt
index 0e000fc8..5d686e27 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_InPress.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_InPress.txt
@@ -38,15 +38,15 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"literal": "(in press)"
- },
+ },
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_January.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_January.txt
index 2a88b196..728fb221 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_January.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_January.txt
@@ -31,16 +31,16 @@ January 30, 1965
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "1965",
- "1",
+ "1965",
+ "1",
"30"
]
]
- },
+ },
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_KeyVariable.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_KeyVariable.txt
index ac81a831..b896c154 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_KeyVariable.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_KeyVariable.txt
@@ -45,55 +45,55 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
- "2",
+ "2000",
+ "2",
"15"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- "2000",
- "12",
+ "2000",
+ "12",
"15"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
- "id": "ITEM-3",
+ "id": "ITEM-3",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-4",
+ "id": "ITEM-4",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-af-ZA.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-af-ZA.txt
index 303a53b0..268966d0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-af-ZA.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-af-ZA.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ar-AR.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ar-AR.txt
index 7560ec83..8a9cd292 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ar-AR.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ar-AR.txt
@@ -54,16 +54,16 @@ April, 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-bg-BG.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-bg-BG.txt
index 2bafd151..81d07768 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-bg-BG.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-bg-BG.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ca-AD.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ca-AD.txt
index 3ab8ba8a..1877072b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ca-AD.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ca-AD.txt
@@ -54,16 +54,16 @@ April de 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-cs-CZ.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-cs-CZ.txt
index c9a59643..5ee8f02a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-cs-CZ.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-cs-CZ.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-da-DK.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-da-DK.txt
index e8ff9f84..ed3f2d3c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-da-DK.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-da-DK.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-AT.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-AT.txt
index 4cbbdc0b..6dc783e9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-AT.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-AT.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-CH.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-CH.txt
index 72d772ca..2d8cb518 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-CH.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-CH.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-DE.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-DE.txt
index 72d772ca..2d8cb518 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-DE.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-de-DE.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-el-GR.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-el-GR.txt
index 4cbbdc0b..6dc783e9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-el-GR.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-el-GR.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-en-US.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-en-US.txt
index 29423902..f98c4c36 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-en-US.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-en-US.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-es-ES.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-es-ES.txt
index 3ab8ba8a..1877072b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-es-ES.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-es-ES.txt
@@ -54,16 +54,16 @@ April de 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-et-EE.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-et-EE.txt
index 72d772ca..2d8cb518 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-et-EE.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-et-EE.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-fr-FR.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-fr-FR.txt
index 4cbbdc0b..6dc783e9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-fr-FR.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-fr-FR.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-he-IL.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-he-IL.txt
index 4cbbdc0b..6dc783e9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-he-IL.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-he-IL.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-hu-HU.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-hu-HU.txt
index a0ecd78c..3d770f84 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-hu-HU.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-hu-HU.txt
@@ -54,16 +54,16 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-is-IS.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-is-IS.txt
index 72d772ca..2d8cb518 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-is-IS.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-is-IS.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-it-IT.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-it-IT.txt
index 4cbbdc0b..6dc783e9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-it-IT.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-it-IT.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ja-JP.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ja-JP.txt
index 2cc9387f..246ce3d3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ja-JP.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ja-JP.txt
@@ -54,16 +54,16 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ko-KR.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ko-KR.txt
index 65fd4349..bdae8373 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ko-KR.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ko-KR.txt
@@ -54,16 +54,16 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-mn-MN.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-mn-MN.txt
index 36bb2369..5b13abee 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-mn-MN.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-mn-MN.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nb-NO.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nb-NO.txt
index 0e30aab7..2a330e37 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nb-NO.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nb-NO.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nl-NL.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nl-NL.txt
index d648ee1b..a4d762b5 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nl-NL.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-nl-NL.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pl-PL.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pl-PL.txt
index 8032bced..9811e976 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pl-PL.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pl-PL.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-BR.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-BR.txt
index 2eb91fc3..f2ad6ff7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-BR.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-BR.txt
@@ -54,16 +54,16 @@ April de 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-PT.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-PT.txt
index 2eb91fc3..f2ad6ff7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-PT.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-pt-PT.txt
@@ -54,16 +54,16 @@ April de 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ro-RO.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ro-RO.txt
index 066e7f42..290e902e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ro-RO.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ro-RO.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ru-RU.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ru-RU.txt
index 44fe6969..8e28b591 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ru-RU.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-ru-RU.txt
@@ -54,16 +54,16 @@ April 1998 г.
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sk-SK.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sk-SK.txt
index 73f77cd1..ee80844b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sk-SK.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sk-SK.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sl-SL.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sl-SL.txt
index 287a1e86..038455bf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sl-SL.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sl-SL.txt
@@ -54,16 +54,16 @@ April 1998.
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sr-RS.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sr-RS.txt
index 287a1e86..038455bf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sr-RS.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sr-RS.txt
@@ -54,16 +54,16 @@ April 1998.
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sv-SE.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sv-SE.txt
index f6f67e37..753ef54f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sv-SE.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-sv-SE.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-th-TH.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-th-TH.txt
index 328f0f2f..a4931a60 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-th-TH.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-th-TH.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-tr-TR.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-tr-TR.txt
index 85d9a5e1..6d9df35f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-tr-TR.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-tr-TR.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-uk-UA.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-uk-UA.txt
index 2e4e5689..b226ede7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-uk-UA.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-uk-UA.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-vi-VN.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-vi-VN.txt
index 328f0f2f..a4931a60 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-vi-VN.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-vi-VN.txt
@@ -54,16 +54,16 @@ April 1998
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-CN.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-CN.txt
index cc36413b..ce799b8e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-CN.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-CN.txt
@@ -54,16 +54,16 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-TW.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-TW.txt
index eeffca46..0d894635 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-TW.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedDateFormats-zh-TW.txt
@@ -54,16 +54,16 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1998,
- 4,
+ 1998,
+ 4,
10
]
]
- },
+ },
"title": "BookA"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefault.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefault.txt
index 55ad379a..d2964b12 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefault.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefault.txt
@@ -32,17 +32,17 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2005,
- 12,
+ 2005,
+ 12,
15
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultMissingDay.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultMissingDay.txt
index de243df1..6b9d9dee 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultMissingDay.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultMissingDay.txt
@@ -32,16 +32,16 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2005,
+ 2005,
12
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultWithAffixes.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultWithAffixes.txt
index 56e6bc80..e672b48e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultWithAffixes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericDefaultWithAffixes.txt
@@ -32,17 +32,17 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2005,
- 12,
+ 2005,
+ 12,
15
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericYear.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericYear.txt
index f1805155..a4863eb4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericYear.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LocalizedNumericYear.txt
@@ -32,17 +32,17 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2005,
- 12,
+ 2005,
+ 12,
15
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_LongMonth.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_LongMonth.txt
index 6abe2e3d..319ebac0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_LongMonth.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_LongMonth.txt
@@ -36,17 +36,17 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2005,
- 12,
+ 2005,
+ 12,
15
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_NoDate.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_NoDate.txt
index 7a439c03..e25bd728 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_NoDate.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_NoDate.txt
@@ -44,8 +44,8 @@ Some Book or Other (no date)
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "Some Book or Other",
+ "id": "ITEM-1",
+ "title": "Some Book or Other",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_RawParseSimpleDate.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_RawParseSimpleDate.txt
index 58b14e8d..1bf3f041 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_RawParseSimpleDate.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_RawParseSimpleDate.txt
@@ -36,12 +36,12 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "Oct 28, 1958"
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_String.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_String.txt
index 7c850e30..76f77e1b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_String.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_String.txt
@@ -34,21 +34,21 @@ date: Bogus Date; date: 2010
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "Bogus Date"
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2010-03-27"
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_Uncertain.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_Uncertain.txt
index 5ff1662f..af1c05a5 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_Uncertain.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_Uncertain.txt
@@ -40,30 +40,30 @@ circa 15 December 2005; 20 December 2005
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
- "circa": 1,
+ "circa": 1,
"date-parts": [
[
- 2005,
- 12,
+ 2005,
+ 12,
15
]
]
- },
+ },
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- 2005,
- 12,
+ 2005,
+ 12,
20
]
]
- },
+ },
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/date_ranges.txt b/tests/fixtures/basic-tests/processor-tests/humans/date_ranges.txt
index a8d55198..40164129 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/date_ranges.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/date_ranges.txt
@@ -67,124 +67,124 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2003,
- 8,
+ 2003,
+ 8,
10
- ],
+ ],
[
- 2003,
- 8,
+ 2003,
+ 8,
23
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2003,
- 8,
+ 2003,
+ 8,
3
- ],
+ ],
[
- 2003,
- 10,
+ 2003,
+ 10,
23
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1987,
- 8,
+ 1987,
+ 8,
3
- ],
+ ],
[
- 2003,
- 10,
+ 2003,
+ 10,
23
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2003,
+ 2003,
8
- ],
+ ],
[
- 2003,
+ 2003,
10
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 1987,
+ 1987,
8
- ],
+ ],
[
- 2003,
+ 2003,
10
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1987
- ],
+ ],
[
2003
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1987
- ],
+ ],
[
0
]
]
- },
- "title": "Ignore me",
+ },
+ "title": "Ignore me",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/display_AuthorAsHeading.txt b/tests/fixtures/basic-tests/processor-tests/humans/display_AuthorAsHeading.txt
index d3f4a48d..59650e33 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/display_AuthorAsHeading.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/display_AuthorAsHeading.txt
@@ -67,91 +67,91 @@ the grouping of authors in the AAA style bibliography format.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Aloysius"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1999
]
]
- },
- "title": "Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa",
+ },
+ "title": "Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa Aaaaa",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Aloysius"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
2000
]
]
- },
- "title": "Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb",
+ },
+ "title": "Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb Bbbbb",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane Henrietta"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"issued": {
"date-parts": [
[
1999
]
]
- },
- "title": "Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc",
+ },
+ "title": "Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc Ccccc",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane Henrietta"
}
- ],
- "id": "ITEM-4",
+ ],
+ "id": "ITEM-4",
"issued": {
"date-parts": [
[
2000
]
]
- },
- "title": "Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd",
+ },
+ "title": "Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd Ddddd",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane Henrietta"
}
- ],
- "id": "ITEM-5",
+ ],
+ "id": "ITEM-5",
"issued": {
"date-parts": [
[
2001
]
]
- },
- "title": "Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee",
+ },
+ "title": "Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee Eeeee",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/display_DisplayBlock.txt b/tests/fixtures/basic-tests/processor-tests/humans/display_DisplayBlock.txt
index 5860e358..68c60111 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/display_DisplayBlock.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/display_DisplayBlock.txt
@@ -50,41 +50,41 @@ bibliography
>>===== INPUT =====>>
[
{
- "abstract": "An interesting book by an interesting author.",
+ "abstract": "An interesting book by an interesting author.",
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "abstract": "An old contribution to a new field.",
+ "abstract": "An old contribution to a new field.",
"author": [
{
- "family": "Jones",
+ "family": "Jones",
"given": "Robert"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignClone.txt b/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignClone.txt
index 796758b7..8f2f22eb 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignClone.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignClone.txt
@@ -59,37 +59,37 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Aloysius"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1999
]
]
- },
- "title": "John's Book",
+ },
+ "title": "John's Book",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane Henrietta"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
2000
]
]
- },
- "title": "Jane's Book",
+ },
+ "title": "Jane's Book",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignMigratePunctuation.txt b/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignMigratePunctuation.txt
index e910838a..6f641d70 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignMigratePunctuation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/display_SecondFieldAlignMigratePunctuation.txt
@@ -150,46 +150,46 @@ bibliography
{
"author": [
{
- "family": "D'Arcus",
+ "family": "D'Arcus",
"given": "Bruce"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- 2005,
- 11,
+ 2005,
+ 11,
22
]
]
- },
- "note": "The apostrophe in Bruce's name appears in proper typeset form.",
- "publisher": "Routledge",
- "title": "Boundaries of Dissent: Protest and State Power in the Media Age",
+ },
+ "note": "The apostrophe in Bruce's name appears in proper typeset form.",
+ "publisher": "Routledge",
+ "title": "Boundaries of Dissent: Protest and State Power in the Media Age",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Bennett",
- "given": "Frank G.",
+ "family": "Bennett",
+ "given": "Frank G.",
"suffix": "Jr."
}
- ],
- "container-title": "Pac. Rim L. & Pol'y J.",
- "id": "ITEM-2",
+ ],
+ "container-title": "Pac. Rim L. & Pol'y J.",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- 2009,
+ 2009,
8
]
]
- },
- "page": "463-509",
- "title": "Getting Property Right: \"Informal\" Mortgages in the Japanese Courts",
- "type": "article-journal",
+ },
+ "page": "463-509",
+ "title": "Getting Property Right: \"Informal\" Mortgages in the Japanese Courts",
+ "type": "article-journal",
"volume": "18"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA.txt b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA.txt
index 82db6bbb..413b26a0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA.txt
@@ -364,28 +364,28 @@ and followup thread:
{
"author": [
{
- "family": "Oblinger",
- "given": "Dan Gerry",
+ "family": "Oblinger",
+ "given": "Dan Gerry",
"isInstitution": ""
- },
+ },
{
- "family": "Oblinger",
- "given": "Susan Mary",
+ "family": "Oblinger",
+ "given": "Susan Mary",
"isInstitution": ""
}
- ],
- "id": 3,
+ ],
+ "id": 3,
"issued": {
"date-parts": [
[
2009
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "title": "Bookie",
+ },
+ "title": "Bookie",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APABibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APABibliography.txt
index 13acd4b2..922963b0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APABibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APABibliography.txt
@@ -1541,56 +1541,56 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "",
- "ISBN": "",
- "ISSN": "",
- "URL": "http://www.uni-kassel.de/~seboettg/ba-thesis.pdf",
- "abstract": "Ein Abstract.",
- "annote": "",
+ "DOI": "",
+ "ISBN": "",
+ "ISSN": "",
+ "URL": "http://www.uni-kassel.de/~seboettg/ba-thesis.pdf",
+ "abstract": "Ein Abstract.",
+ "annote": "",
"author": [
{
- "family": "Böttger",
+ "family": "Böttger",
"given": "Sebastian"
}
- ],
- "citation-label": "bottger2012konzept",
- "collection-editor": [],
- "collection-title": "",
- "container-author": [],
- "container-title": "",
- "edition": "",
- "editor": [],
+ ],
+ "citation-label": "bottger2012konzept",
+ "collection-editor": [],
+ "collection-title": "",
+ "container-author": [],
+ "container-title": "",
+ "edition": "",
+ "editor": [],
"event-date": {
"date-parts": [
[
- "2012",
+ "2012",
"04"
]
- ],
+ ],
"literal": "2012"
- },
- "event-place": "Kassel",
- "genre": "Master thesis",
- "id": "3c2ffd52e7081b66bf420f993d9144bbseboettg",
- "issue": "",
+ },
+ "event-place": "Kassel",
+ "genre": "Master thesis",
+ "id": "3c2ffd52e7081b66bf420f993d9144bbseboettg",
+ "issue": "",
"issued": {
"date-parts": [
[
- "2012",
+ "2012",
"04"
]
]
- },
- "keyword": "ba-thesis bathesis folksonomy myown recommender tagging tagrecommendation thesis univideo video",
- "note": "",
- "number": "",
- "page": "",
- "page-first": "",
- "publisher": "Universität Kassel",
- "publisher-place": "Kassel",
- "status": "",
- "title": "Konzept und Umsetzung eines Tag-Recommenders für Video-Ressourcen am Beispiel UniVideo",
- "type": "thesis",
+ },
+ "keyword": "ba-thesis bathesis folksonomy myown recommender tagging tagrecommendation thesis univideo video",
+ "note": "",
+ "number": "",
+ "page": "",
+ "page-first": "",
+ "publisher": "Universität Kassel",
+ "publisher-place": "Kassel",
+ "status": "",
+ "title": "Konzept und Umsetzung eines Tag-Recommenders für Video-Ressourcen am Beispiel UniVideo",
+ "type": "thesis",
"volume": ""
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA_MultipleAuthorsTypeArticleJournal.txt b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA_MultipleAuthorsTypeArticleJournal.txt
index 52227dc4..39261c96 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA_MultipleAuthorsTypeArticleJournal.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_APA_MultipleAuthorsTypeArticleJournal.txt
@@ -1540,116 +1540,116 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "",
- "ISBN": "",
- "ISSN": "1436-3011",
- "URL": "http://hmd.dpunkt.de/271/05.php",
- "abstract": "Kooperative Verschlagwortungs- bzw. Social-Bookmarking-Systeme wie Delicious, Mister Wong oder auch unser eigenes System BibSonomy erfreuen sich immer größerer Beliebtheit und bilden einen zentralen Bestandteil des heutigen Web 2.0. In solchen Systemen erstellen Nutzer leichtgewichtige Begriffssysteme, sogenannte Folksonomies, die die Nutzerdaten strukturieren. Die einfache Bedienbarkeit, die Allgegenwärtigkeit, die ständige Verfügbarkeit, aber auch die Möglichkeit, Gleichgesinnte spontan in solchen Systemen zu entdecken oder sie schlicht als Informationsquelle zu nutzen, sind Gründe für ihren gegenwärtigen Erfolg. Der Artikel führt den Begriff Social Bookmarking ein und diskutiert zentrale Elemente wie Browsing und Suche am Beispiel von BibSonomy anhand typischer Arbeitsabläufe eines Wissenschaftlers. Wir beschreiben die Architektur von BibSonomy sowie Wege der Integration und Vernetzung von BibSonomy mit Content-Management-Systemen und Webauftritten. Der Artikel schließt mit Querbezügen zu aktuellen Forschungsfragen im Bereich Social Bookmarking.",
- "annote": "",
+ "DOI": "",
+ "ISBN": "",
+ "ISSN": "1436-3011",
+ "URL": "http://hmd.dpunkt.de/271/05.php",
+ "abstract": "Kooperative Verschlagwortungs- bzw. Social-Bookmarking-Systeme wie Delicious, Mister Wong oder auch unser eigenes System BibSonomy erfreuen sich immer größerer Beliebtheit und bilden einen zentralen Bestandteil des heutigen Web 2.0. In solchen Systemen erstellen Nutzer leichtgewichtige Begriffssysteme, sogenannte Folksonomies, die die Nutzerdaten strukturieren. Die einfache Bedienbarkeit, die Allgegenwärtigkeit, die ständige Verfügbarkeit, aber auch die Möglichkeit, Gleichgesinnte spontan in solchen Systemen zu entdecken oder sie schlicht als Informationsquelle zu nutzen, sind Gründe für ihren gegenwärtigen Erfolg. Der Artikel führt den Begriff Social Bookmarking ein und diskutiert zentrale Elemente wie Browsing und Suche am Beispiel von BibSonomy anhand typischer Arbeitsabläufe eines Wissenschaftlers. Wir beschreiben die Architektur von BibSonomy sowie Wege der Integration und Vernetzung von BibSonomy mit Content-Management-Systemen und Webauftritten. Der Artikel schließt mit Querbezügen zu aktuellen Forschungsfragen im Bereich Social Bookmarking.",
+ "annote": "",
"author": [
{
- "family": "Hotho",
+ "family": "Hotho",
"given": "Andreas"
- },
+ },
{
- "family": "Benz",
+ "family": "Benz",
"given": "Dominik"
- },
+ },
{
- "family": "Eisterlehner",
+ "family": "Eisterlehner",
"given": "Folke"
- },
+ },
{
- "family": "Jäschke",
+ "family": "Jäschke",
"given": "Robert"
- },
+ },
{
- "family": "Krause",
+ "family": "Krause",
"given": "Beate"
- },
+ },
{
- "family": "Schmitz",
+ "family": "Schmitz",
"given": "Christoph"
- },
+ },
{
- "family": "Stumme",
+ "family": "Stumme",
"given": "Gerd"
}
- ],
- "citation-label": "hotho2010publikationsmanagement",
+ ],
+ "citation-label": "hotho2010publikationsmanagement",
"collection-editor": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
- "collection-title": "",
+ ],
+ "collection-title": "",
"container-author": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
- "container-title": "HMD - Praxis der Wirtschaftsinformatik",
- "documents": [],
- "edition": "",
+ ],
+ "container-title": "HMD - Praxis der Wirtschaftsinformatik",
+ "documents": [],
+ "edition": "",
"editor": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
+ ],
"event-date": {
"date-parts": [
[
- "2010",
+ "2010",
"feb"
]
- ],
+ ],
"literal": "2010"
- },
- "event-place": "",
- "id": "422096948d4de38a725b428be3222d60jaeschke",
- "interhash": "c19880489182c86e1573a2ac983c7cff",
- "intrahash": "422096948d4de38a725b428be3222d60",
- "issue": "",
+ },
+ "event-place": "",
+ "id": "422096948d4de38a725b428be3222d60jaeschke",
+ "interhash": "c19880489182c86e1573a2ac983c7cff",
+ "intrahash": "422096948d4de38a725b428be3222d60",
+ "issue": "",
"issued": {
"date-parts": [
[
- "2010",
+ "2010",
"feb"
]
- ],
+ ],
"literal": "2010"
- },
- "keyword": "2010 bibsonomy bookmarking myown social",
+ },
+ "keyword": "2010 bibsonomy bookmarking myown social",
"misc": {
"issn": "1436-3011"
- },
- "note": "",
- "number": "",
- "number-of-pages": "11",
- "page": "47--58",
- "page-first": "47",
- "publisher": "dpunkt.verlag",
- "publisher-place": "",
- "status": "",
- "title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler",
- "type": "article-journal",
- "username": "jaeschke",
- "version": "",
+ },
+ "note": "",
+ "number": "",
+ "number-of-pages": "11",
+ "page": "47--58",
+ "page-first": "47",
+ "publisher": "dpunkt.verlag",
+ "publisher-place": "",
+ "status": "",
+ "title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler",
+ "type": "article-journal",
+ "username": "jaeschke",
+ "version": "",
"volume": "271"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_DINBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_DINBibliography.txt
index eac89e05..d10da1ca 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_DINBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_DINBibliography.txt
@@ -366,116 +366,116 @@ and followup thread:
>>===== INPUT =====>>
[
{
- "DOI": "",
- "ISBN": "",
- "ISSN": "1436-3011",
- "URL": "http://hmd.dpunkt.de/271/05.php",
- "abstract": "Kooperative Verschlagwortungs- bzw. Social-Bookmarking-Systeme wie Delicious, Mister Wong oder auch unser eigenes System BibSonomy erfreuen sich immer größerer Beliebtheit und bilden einen zentralen Bestandteil des heutigen Web 2.0. In solchen Systemen erstellen Nutzer leichtgewichtige Begriffssysteme, sogenannte Folksonomies, die die Nutzerdaten strukturieren. Die einfache Bedienbarkeit, die Allgegenwärtigkeit, die ständige Verfügbarkeit, aber auch die Möglichkeit, Gleichgesinnte spontan in solchen Systemen zu entdecken oder sie schlicht als Informationsquelle zu nutzen, sind Gründe für ihren gegenwärtigen Erfolg. Der Artikel führt den Begriff Social Bookmarking ein und diskutiert zentrale Elemente wie Browsing und Suche am Beispiel von BibSonomy anhand typischer Arbeitsabläufe eines Wissenschaftlers. Wir beschreiben die Architektur von BibSonomy sowie Wege der Integration und Vernetzung von BibSonomy mit Content-Management-Systemen und Webauftritten. Der Artikel schließt mit Querbezügen zu aktuellen Forschungsfragen im Bereich Social Bookmarking.",
- "annote": "",
+ "DOI": "",
+ "ISBN": "",
+ "ISSN": "1436-3011",
+ "URL": "http://hmd.dpunkt.de/271/05.php",
+ "abstract": "Kooperative Verschlagwortungs- bzw. Social-Bookmarking-Systeme wie Delicious, Mister Wong oder auch unser eigenes System BibSonomy erfreuen sich immer größerer Beliebtheit und bilden einen zentralen Bestandteil des heutigen Web 2.0. In solchen Systemen erstellen Nutzer leichtgewichtige Begriffssysteme, sogenannte Folksonomies, die die Nutzerdaten strukturieren. Die einfache Bedienbarkeit, die Allgegenwärtigkeit, die ständige Verfügbarkeit, aber auch die Möglichkeit, Gleichgesinnte spontan in solchen Systemen zu entdecken oder sie schlicht als Informationsquelle zu nutzen, sind Gründe für ihren gegenwärtigen Erfolg. Der Artikel führt den Begriff Social Bookmarking ein und diskutiert zentrale Elemente wie Browsing und Suche am Beispiel von BibSonomy anhand typischer Arbeitsabläufe eines Wissenschaftlers. Wir beschreiben die Architektur von BibSonomy sowie Wege der Integration und Vernetzung von BibSonomy mit Content-Management-Systemen und Webauftritten. Der Artikel schließt mit Querbezügen zu aktuellen Forschungsfragen im Bereich Social Bookmarking.",
+ "annote": "",
"author": [
{
- "family": "Hotho",
+ "family": "Hotho",
"given": "Andreas"
- },
+ },
{
- "family": "Benz",
+ "family": "Benz",
"given": "Dominik"
- },
+ },
{
- "family": "Eisterlehner",
+ "family": "Eisterlehner",
"given": "Folke"
- },
+ },
{
- "family": "Jäschke",
+ "family": "Jäschke",
"given": "Robert"
- },
+ },
{
- "family": "Krause",
+ "family": "Krause",
"given": "Beate"
- },
+ },
{
- "family": "Schmitz",
+ "family": "Schmitz",
"given": "Christoph"
- },
+ },
{
- "family": "Stumme",
+ "family": "Stumme",
"given": "Gerd"
}
- ],
- "citation-label": "hotho2010publikationsmanagement",
+ ],
+ "citation-label": "hotho2010publikationsmanagement",
"collection-editor": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
- "collection-title": "",
+ ],
+ "collection-title": "",
"container-author": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
- "container-title": "HMD - Praxis der Wirtschaftsinformatik",
- "documents": [],
- "edition": "",
+ ],
+ "container-title": "HMD - Praxis der Wirtschaftsinformatik",
+ "documents": [],
+ "edition": "",
"editor": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
+ ],
"event-date": {
"date-parts": [
[
- "2010",
+ "2010",
"feb"
]
- ],
+ ],
"literal": "2010"
- },
- "event-place": "",
- "id": "422096948d4de38a725b428be3222d60jaeschke",
- "interhash": "c19880489182c86e1573a2ac983c7cff",
- "intrahash": "422096948d4de38a725b428be3222d60",
- "issue": "",
+ },
+ "event-place": "",
+ "id": "422096948d4de38a725b428be3222d60jaeschke",
+ "interhash": "c19880489182c86e1573a2ac983c7cff",
+ "intrahash": "422096948d4de38a725b428be3222d60",
+ "issue": "",
"issued": {
"date-parts": [
[
- "2010",
+ "2010",
"feb"
]
- ],
+ ],
"literal": "2010"
- },
- "keyword": "2010 bibsonomy bookmarking myown social",
+ },
+ "keyword": "2010 bibsonomy bookmarking myown social",
"misc": {
"issn": "1436-3011"
- },
- "note": "",
- "number": "",
- "number-of-pages": "11",
- "page": "47--58",
- "page-first": "47",
- "publisher": "dpunkt.verlag",
- "publisher-place": "",
- "status": "",
- "title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler",
- "type": "article-journal",
- "username": "jaeschke",
- "version": "",
+ },
+ "note": "",
+ "number": "",
+ "number-of-pages": "11",
+ "page": "47--58",
+ "page-first": "47",
+ "publisher": "dpunkt.verlag",
+ "publisher-place": "",
+ "status": "",
+ "title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler",
+ "type": "article-journal",
+ "username": "jaeschke",
+ "version": "",
"volume": "271"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_InternationalJournalOfHumanoidRobotics.txt b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_InternationalJournalOfHumanoidRobotics.txt
index 6ecacd98..8cebb911 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_InternationalJournalOfHumanoidRobotics.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_InternationalJournalOfHumanoidRobotics.txt
@@ -181,152 +181,152 @@ bibliography
>>===== INPUT =====>>
[
{
- "DOI": "",
- "ISBN": "",
- "URL": "http://www.google.com",
- "abstract": "",
+ "DOI": "",
+ "ISBN": "",
+ "URL": "http://www.google.com",
+ "abstract": "",
"author": [
{
- "family": "Potter",
+ "family": "Potter",
"given": "Heribert"
}
- ],
- "citation-label": "google",
- "container-title": "",
- "documents": [],
- "edition": "",
- "editor": [],
- "event-place": "",
- "id": "eb4818ba044f52ec9da9c3a4ff76e7b4awolff",
- "issue": "HKUST-TCSC-2000-06",
+ ],
+ "citation-label": "google",
+ "container-title": "",
+ "documents": [],
+ "edition": "",
+ "editor": [],
+ "event-place": "",
+ "id": "eb4818ba044f52ec9da9c3a4ff76e7b4awolff",
+ "issue": "HKUST-TCSC-2000-06",
"issued": {
"date-parts": [
[
"2016"
]
- ],
+ ],
"literal": "2016"
- },
- "note": "",
- "number": "",
- "page": "",
- "publisher": "",
- "publisher-place": "",
- "title": "People will never learn",
- "type": "book",
+ },
+ "note": "",
+ "number": "",
+ "page": "",
+ "publisher": "",
+ "publisher-place": "",
+ "title": "People will never learn",
+ "type": "book",
"volume": ""
- },
+ },
{
- "DOI": "",
- "ISBN": "",
- "ISSN": "1436-3011",
- "URL": "http://hmd.dpunkt.de/271/05.php",
- "abstract": "Kooperative Verschlagwortungs- bzw. Social-Bookmarking-Systeme wie Delicious, Mister Wong oder auch unser eigenes System BibSonomy erfreuen sich immer größerer Beliebtheit und bilden einen zentralen Bestandteil des heutigen Web 2.0. In solchen Systemen erstellen Nutzer leichtgewichtige Begriffssysteme, sogenannte Folksonomies, die die Nutzerdaten strukturieren. Die einfache Bedienbarkeit, die Allgegenwärtigkeit, die ständige Verfügbarkeit, aber auch die Möglichkeit, Gleichgesinnte spontan in solchen Systemen zu entdecken oder sie schlicht als Informationsquelle zu nutzen, sind Gründe für ihren gegenwärtigen Erfolg. Der Artikel führt den Begriff Social Bookmarking ein und diskutiert zentrale Elemente wie Browsing und Suche am Beispiel von BibSonomy anhand typischer Arbeitsabläufe eines Wissenschaftlers. Wir beschreiben die Architektur von BibSonomy sowie Wege der Integration und Vernetzung von BibSonomy mit Content-Management-Systemen und Webauftritten. Der Artikel schließt mit Querbezügen zu aktuellen Forschungsfragen im Bereich Social Bookmarking.",
- "annote": "",
+ "DOI": "",
+ "ISBN": "",
+ "ISSN": "1436-3011",
+ "URL": "http://hmd.dpunkt.de/271/05.php",
+ "abstract": "Kooperative Verschlagwortungs- bzw. Social-Bookmarking-Systeme wie Delicious, Mister Wong oder auch unser eigenes System BibSonomy erfreuen sich immer größerer Beliebtheit und bilden einen zentralen Bestandteil des heutigen Web 2.0. In solchen Systemen erstellen Nutzer leichtgewichtige Begriffssysteme, sogenannte Folksonomies, die die Nutzerdaten strukturieren. Die einfache Bedienbarkeit, die Allgegenwärtigkeit, die ständige Verfügbarkeit, aber auch die Möglichkeit, Gleichgesinnte spontan in solchen Systemen zu entdecken oder sie schlicht als Informationsquelle zu nutzen, sind Gründe für ihren gegenwärtigen Erfolg. Der Artikel führt den Begriff Social Bookmarking ein und diskutiert zentrale Elemente wie Browsing und Suche am Beispiel von BibSonomy anhand typischer Arbeitsabläufe eines Wissenschaftlers. Wir beschreiben die Architektur von BibSonomy sowie Wege der Integration und Vernetzung von BibSonomy mit Content-Management-Systemen und Webauftritten. Der Artikel schließt mit Querbezügen zu aktuellen Forschungsfragen im Bereich Social Bookmarking.",
+ "annote": "",
"author": [
{
- "family": "Hotho",
+ "family": "Hotho",
"given": "Andreas"
- },
+ },
{
- "family": "Benz",
+ "family": "Benz",
"given": "Dominik"
- },
+ },
{
- "family": "Eisterlehner",
+ "family": "Eisterlehner",
"given": "Folke"
- },
+ },
{
- "family": "Jäschke",
+ "family": "Jäschke",
"given": "Robert"
- },
+ },
{
- "family": "Krause",
+ "family": "Krause",
"given": "Beate"
- },
+ },
{
- "family": "Schmitz",
+ "family": "Schmitz",
"given": "Christoph"
- },
+ },
{
- "family": "Stumme",
+ "family": "Stumme",
"given": "Gerd"
}
- ],
- "citation-label": "hotho2010publikationsmanagement",
+ ],
+ "citation-label": "hotho2010publikationsmanagement",
"collection-editor": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
- "collection-title": "",
+ ],
+ "collection-title": "",
"container-author": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
- "container-title": "HMD - Praxis der Wirtschaftsinformatik",
- "documents": [],
- "edition": "",
+ ],
+ "container-title": "HMD - Praxis der Wirtschaftsinformatik",
+ "documents": [],
+ "edition": "",
"editor": [
{
- "family": "Hengartner",
+ "family": "Hengartner",
"given": "Urs"
- },
+ },
{
- "family": "Meier",
+ "family": "Meier",
"given": "Andreas"
}
- ],
+ ],
"event-date": {
"date-parts": [
[
- "2010",
+ "2010",
"feb"
]
- ],
+ ],
"literal": "2010"
- },
- "event-place": "",
- "id": "422096948d4de38a725b428be3222d60jaeschke",
- "interhash": "c19880489182c86e1573a2ac983c7cff",
- "intrahash": "422096948d4de38a725b428be3222d60",
- "issue": "",
+ },
+ "event-place": "",
+ "id": "422096948d4de38a725b428be3222d60jaeschke",
+ "interhash": "c19880489182c86e1573a2ac983c7cff",
+ "intrahash": "422096948d4de38a725b428be3222d60",
+ "issue": "",
"issued": {
"date-parts": [
[
- "2010",
+ "2010",
"feb"
]
- ],
+ ],
"literal": "2010"
- },
- "keyword": "2010 bibsonomy bookmarking myown social",
+ },
+ "keyword": "2010 bibsonomy bookmarking myown social",
"misc": {
"issn": "1436-3011"
- },
- "note": "",
- "number": "",
- "number-of-pages": "11",
- "page": "47--58",
- "page-first": "47",
- "publisher": "dpunkt.verlag",
- "publisher-place": "",
- "status": "",
- "title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler",
- "type": "article-journal",
- "username": "jaeschke",
- "version": "",
+ },
+ "note": "",
+ "number": "",
+ "number-of-pages": "11",
+ "page": "47--58",
+ "page-first": "47",
+ "publisher": "dpunkt.verlag",
+ "publisher-place": "",
+ "status": "",
+ "title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler",
+ "type": "article-journal",
+ "username": "jaeschke",
+ "version": "",
"volume": "271"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_NorthWestUniversityHarvard.txt b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_NorthWestUniversityHarvard.txt
index 7128acfe..837cd941 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_NorthWestUniversityHarvard.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/fullstyles_NorthWestUniversityHarvard.txt
@@ -244,35 +244,35 @@ bibliography
{
"author": [
{
- "family": "Doe",
- "given": "James",
+ "family": "Doe",
+ "given": "James",
"suffix": "III"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "My Anonymous Heritage",
+ },
+ "title": "My Anonymous Heritage",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Anderson",
+ "family": "Anderson",
"given": "John"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "John"
}
- ],
- "id": "ITEM-2",
- "title": "Two authors writing a book",
+ ],
+ "id": "ITEM-2",
+ "title": "Two authors writing a book",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/group_ComplexNesting.txt b/tests/fixtures/basic-tests/processor-tests/humans/group_ComplexNesting.txt
index 14f65804..387965ec 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/group_ComplexNesting.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/group_ComplexNesting.txt
@@ -395,23 +395,23 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "http://example.com/",
+ "URL": "http://example.com/",
"accessed": {
"date-parts": [
[
- "1965",
- "6",
+ "1965",
+ "6",
"1"
]
]
- },
+ },
"author": [
{
- "family": "Doe Inc.",
+ "family": "Doe Inc.",
"isInstitution": true
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "webpage"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/group_Delimiter.txt b/tests/fixtures/basic-tests/processor-tests/humans/group_Delimiter.txt
index ad4099cd..59c0406d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/group_Delimiter.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/group_Delimiter.txt
@@ -513,28 +513,28 @@ bibliography
>>===== INPUT =====>>
[
{
- "collection-number": "95-2",
- "collection-title": "Corpus Mensurabilis Musicae",
+ "collection-number": "95-2",
+ "collection-title": "Corpus Mensurabilis Musicae",
"editor": [
{
- "family": "Josephson",
+ "family": "Josephson",
"given": "Nors S."
}
- ],
- "event-place": "Neuhausen-Stuttgart",
- "id": "7021352/UTSP92QZ",
+ ],
+ "event-place": "Neuhausen-Stuttgart",
+ "id": "7021352/UTSP92QZ",
"issued": {
"date-parts": [
[
1982
]
]
- },
- "language": "en",
- "publisher": "American Institute of Musicology, Hänssler-Verlag",
- "publisher-place": "Neuhausen-Stuttgart",
- "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
- "type": "book",
+ },
+ "language": "en",
+ "publisher": "American Institute of Musicology, Hänssler-Verlag",
+ "publisher-place": "Neuhausen-Stuttgart",
+ "title": "Early Sixteenth-Century Sacred Music from the Papal Chapel",
+ "type": "book",
"volume": "2"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/group_ShortOutputOnly.txt b/tests/fixtures/basic-tests/processor-tests/humans/group_ShortOutputOnly.txt
index 4256d6b7..17216f61 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/group_ShortOutputOnly.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/group_ShortOutputOnly.txt
@@ -33,9 +33,9 @@ something
>>===== INPUT =====>>
[
{
- "container-title": "my container title",
- "id": "ITEM-1",
- "shortTitle": "something",
+ "container-title": "my container title",
+ "id": "ITEM-1",
+ "shortTitle": "something",
"type": "manuscript"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressTermWhenNoOutputFromPartialDate.txt b/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressTermWhenNoOutputFromPartialDate.txt
index 9f9a78c9..d9680c5a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressTermWhenNoOutputFromPartialDate.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressTermWhenNoOutputFromPartialDate.txt
@@ -37,14 +37,14 @@ Only this
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"1965"
]
]
- },
+ },
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressValueWithEmptySubgroup.txt b/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressValueWithEmptySubgroup.txt
index a12997c2..c1eccedb 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressValueWithEmptySubgroup.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressValueWithEmptySubgroup.txt
@@ -44,7 +44,7 @@ His Anonymous Life
>>===== INPUT =====>>
[
{
- "title": "His Anonymous Life",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressWithEmptyNestedDateNode.txt b/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressWithEmptyNestedDateNode.txt
index 5d2abbf7..87044522 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressWithEmptyNestedDateNode.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/group_SuppressWithEmptyNestedDateNode.txt
@@ -202,31 +202,31 @@ bibliography
{
"author": [
{
- "family": "Author1",
+ "family": "Author1",
"given": "One"
- },
+ },
{
- "family": "Author7",
+ "family": "Author7",
"given": "Two"
- },
+ },
{
- "family": "Author3",
+ "family": "Author3",
"given": "Three"
}
- ],
- "container-title": "Test Journal",
- "id": "ITEM-1",
+ ],
+ "container-title": "Test Journal",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2008",
- "10",
+ "2008",
+ "10",
"16"
]
]
- },
- "title": "Test Article",
- "type": "article-journal",
+ },
+ "title": "Test Article",
+ "type": "article-journal",
"volume": "12"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_EditorTranslator1.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_EditorTranslator1.txt
index 6667bb6b..4f507c4a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_EditorTranslator1.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_EditorTranslator1.txt
@@ -554,79 +554,79 @@ _______________________________________________________________________________
>>===== INPUT =====>>
[
{
- "archive-place": "Тюмень",
+ "archive-place": "Тюмень",
"author": [
{
- "family": "Иванов",
- "given": "Иван Иванович",
- "isInstitution": "",
+ "family": "Иванов",
+ "given": "Иван Иванович",
+ "isInstitution": "",
"multi": {
- "_key": {},
+ "_key": {},
"main": false
}
- },
+ },
{
- "family": "Петров",
- "given": "П.П.",
- "isInstitution": "",
+ "family": "Петров",
+ "given": "П.П.",
+ "isInstitution": "",
"multi": {
- "_key": {},
+ "_key": {},
"main": false
}
- },
+ },
{
- "family": "Сидоров",
- "given": "С.С.",
- "isInstitution": "",
+ "family": "Сидоров",
+ "given": "С.С.",
+ "isInstitution": "",
"multi": {
- "_key": {},
+ "_key": {},
"main": false
}
}
- ],
- "collection-number": "10",
- "collection-title": "вид издания",
- "edition": "2-е изд. перераб. и доп.",
+ ],
+ "collection-number": "10",
+ "collection-title": "вид издания",
+ "edition": "2-е изд. перераб. и доп.",
"editor": [
{
- "family": "Романов",
- "given": "Р.Р.",
- "isInstitution": "",
+ "family": "Романов",
+ "given": "Р.Р.",
+ "isInstitution": "",
"multi": {
- "_key": {},
+ "_key": {},
"main": false
}
}
- ],
- "event-place": "Тюмень",
- "id": "ITEM-1",
+ ],
+ "event-place": "Тюмень",
+ "id": "ITEM-1",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2013"
- },
+ },
"multi": {
- "_keys": {},
+ "_keys": {},
"main": {}
- },
- "note": "Дополнительно",
- "number-of-pages": "100",
- "number-of-volumes": "5",
- "publisher": "Дом",
- "publisher-place": "Тюмень",
- "system_id": "0_6CD2WX2A",
- "title": "Пример оформления книги с редактором и переводчиком в одном лице",
+ },
+ "note": "Дополнительно",
+ "number-of-pages": "100",
+ "number-of-volumes": "5",
+ "publisher": "Дом",
+ "publisher-place": "Тюмень",
+ "system_id": "0_6CD2WX2A",
+ "title": "Пример оформления книги с редактором и переводчиком в одном лице",
"translator": [
{
- "family": "Романов",
- "given": "Р.Р.",
- "isInstitution": "",
+ "family": "Романов",
+ "given": "Р.Р.",
+ "isInstitution": "",
"multi": {
- "_key": {},
+ "_key": {},
"main": false
}
}
- ],
- "type": "book",
+ ],
+ "type": "book",
"volume": "2"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_EmptyLabelVanish.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_EmptyLabelVanish.txt
index a91de5b1..6ddf8192 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_EmptyLabelVanish.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_EmptyLabelVanish.txt
@@ -36,9 +36,9 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "page": "22-45",
- "title": "His Anonymous Life",
+ "id": "ITEM-1",
+ "page": "22-45",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_ImplicitForm.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_ImplicitForm.txt
index 20062665..b0612600 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_ImplicitForm.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_ImplicitForm.txt
@@ -36,11 +36,11 @@ John Doe (editor)
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_NoFirstCharCapWithInTextClass.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_NoFirstCharCapWithInTextClass.txt
index d75fa800..7cd88118 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_NoFirstCharCapWithInTextClass.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_NoFirstCharCapWithInTextClass.txt
@@ -36,7 +36,7 @@ n.d.
>>===== INPUT =====>>
[
{
- "title": "His Anonymous Life",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_NonexistentNameVariableLabel.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_NonexistentNameVariableLabel.txt
index a8919d97..a0941436 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_NonexistentNameVariableLabel.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_NonexistentNameVariableLabel.txt
@@ -36,11 +36,11 @@ John Doe
{
"composer": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_PluralNumberOfVolumes.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_PluralNumberOfVolumes.txt
index 92b3cf88..5545584d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_PluralNumberOfVolumes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_PluralNumberOfVolumes.txt
@@ -42,13 +42,13 @@ volume 1; volumes 2
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "number-of-volumes": 1,
+ "id": "ITEM-1",
+ "number-of-volumes": 1,
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
- "number-of-volumes": 2,
+ "id": "ITEM-2",
+ "number-of-volumes": 2,
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/label_PluralPagesWithAlphaPrefix.txt b/tests/fixtures/basic-tests/processor-tests/humans/label_PluralPagesWithAlphaPrefix.txt
index ad6416ac..bb8fe1b2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/label_PluralPagesWithAlphaPrefix.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/label_PluralPagesWithAlphaPrefix.txt
@@ -35,9 +35,9 @@ pages S213-S235
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "page": "S213-S235",
- "title": "His Anonymous Life",
+ "id": "ITEM-1",
+ "page": "S213-S235",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locale_OverrideOnlyCurrentLang.txt b/tests/fixtures/basic-tests/processor-tests/humans/locale_OverrideOnlyCurrentLang.txt
index 219bc4be..eb3ed944 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locale_OverrideOnlyCurrentLang.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locale_OverrideOnlyCurrentLang.txt
@@ -42,8 +42,8 @@ English
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "Sample Title",
+ "id": "ITEM-1",
+ "title": "Sample Title",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locator_DelimiterAndCitationNumber.txt b/tests/fixtures/basic-tests/processor-tests/humans/locator_DelimiterAndCitationNumber.txt
index bd35bfb9..86dd5325 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locator_DelimiterAndCitationNumber.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locator_DelimiterAndCitationNumber.txt
@@ -10,15 +10,15 @@ citation
[
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"locator": "32"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"locator": "32"
- },
+ },
{
- "id": "ITEM-3",
+ "id": "ITEM-3",
"locator": "32"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locator_LocatorConditionConstraint.txt b/tests/fixtures/basic-tests/processor-tests/humans/locator_LocatorConditionConstraint.txt
index 82775e44..43c675d8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locator_LocatorConditionConstraint.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locator_LocatorConditionConstraint.txt
@@ -12,13 +12,13 @@ citation
[
[
{
- "id": "ITEM-1",
- "label": "page",
+ "id": "ITEM-1",
+ "label": "page",
"locator": "244-252"
- },
+ },
{
- "id": "ITEM-2",
- "label": "chapter",
+ "id": "ITEM-2",
+ "label": "chapter",
"locator": "3 - 4"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locator_SimpleLocators.txt b/tests/fixtures/basic-tests/processor-tests/humans/locator_SimpleLocators.txt
index 1619dd8a..1998f3d0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locator_SimpleLocators.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locator_SimpleLocators.txt
@@ -14,13 +14,13 @@ Doe, Book A, 2000, pp. 100–103; Roe, Book B, 2001, chaps. 200–201.
[
[
{
- "id": "ITEM-1",
- "label": "page",
+ "id": "ITEM-1",
+ "label": "page",
"locator": "100 - 103"
- },
+ },
{
- "id": "ITEM-2",
- "label": "chapter",
+ "id": "ITEM-2",
+ "label": "chapter",
"locator": "200 - 201"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locator_TermSelection.txt b/tests/fixtures/basic-tests/processor-tests/humans/locator_TermSelection.txt
index 6d242c57..514e96d2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locator_TermSelection.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locator_TermSelection.txt
@@ -10,8 +10,8 @@ Book A, fol. 101
[
[
{
- "id": "ITEM-1",
- "label": "folio",
+ "id": "ITEM-1",
+ "label": "folio",
"locator": "101"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locator_VariableLocatorCondition.txt b/tests/fixtures/basic-tests/processor-tests/humans/locator_VariableLocatorCondition.txt
index 8aad581e..9ec5a79d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locator_VariableLocatorCondition.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locator_VariableLocatorCondition.txt
@@ -12,18 +12,18 @@ citation
[
[
{
- "id": "ITEM-1",
- "label": "page",
+ "id": "ITEM-1",
+ "label": "page",
"locator": "244-252"
- },
+ },
{
- "id": "ITEM-2",
- "label": "chapter",
+ "id": "ITEM-2",
+ "label": "chapter",
"locator": "3 - 4"
- },
+ },
{
- "id": "ITEM-3",
- "label": "section",
+ "id": "ITEM-3",
+ "label": "section",
"locator": "Influence"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/locator_WithLeadingSpace.txt b/tests/fixtures/basic-tests/processor-tests/humans/locator_WithLeadingSpace.txt
index cc4c54ef..d192b714 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/locator_WithLeadingSpace.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/locator_WithLeadingSpace.txt
@@ -10,7 +10,7 @@ Hello Title:666
[
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"locator": " 666"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularNameAsSortOrder.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularNameAsSortOrder.txt
index ae13dbf1..bcd5bd75 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularNameAsSortOrder.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularNameAsSortOrder.txt
@@ -35,12 +35,12 @@ Doe, James, III
{
"author": [
{
- "family": "Doe",
- "given": "James",
+ "family": "Doe",
+ "given": "James",
"suffix": "III"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularPlain.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularPlain.txt
index a8baf93c..a3bde1f0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularPlain.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularPlain.txt
@@ -35,20 +35,20 @@ James Doe III
{
"author": [
{
- "family": "Doe",
- "given": "James",
+ "family": "Doe",
+ "given": "James",
"suffix": "III"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "My Anonymous Heritage",
+ },
+ "title": "My Anonymous Heritage",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularShortForm.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularShortForm.txt
index bc990bad..6e311166 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularShortForm.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_ArticularShortForm.txt
@@ -35,12 +35,12 @@ Doe
{
"author": [
{
- "family": "Doe",
- "given": "James",
+ "family": "Doe",
+ "given": "James",
"suffix": "III"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_AsianGlyphs.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_AsianGlyphs.txt
index 6a1b899b..dbcebacd 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_AsianGlyphs.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_AsianGlyphs.txt
@@ -35,19 +35,19 @@ citation
{
"author": [
{
- "family": "我妻",
+ "family": "我妻",
"given": "栄"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1960"
]
]
- },
- "title": "民法",
+ },
+ "title": "民法",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCount.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCount.txt
index 1f49c345..00e458c3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCount.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCount.txt
@@ -39,75 +39,75 @@ Count=(3) | Count=(3) | Count=(2) | Count=(1) | Count=()
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "Robert"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Tom"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Doe",
+ "family": "Doe",
"given": "Jake"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "Robert"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Doe",
+ "family": "Doe",
"given": "Jake"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithMultipleVariables.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithMultipleVariables.txt
index de5eb05f..367c8ae1 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithMultipleVariables.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithMultipleVariables.txt
@@ -37,33 +37,33 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "Robert"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Tom"
}
- ],
+ ],
"editor": [
{
- "family": "Noakes",
+ "family": "Noakes",
"given": "John"
- },
+ },
{
- "family": "Stoakes",
+ "family": "Stoakes",
"given": "Richard"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermFail.txt
index 032e7821..46cb6fcc 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermFail.txt
@@ -45,25 +45,25 @@ citation
{
"author": [
{
- "family": "Noakes",
+ "family": "Noakes",
"given": "John"
- },
+ },
{
- "family": "Stoakes",
+ "family": "Stoakes",
"given": "Richard"
}
- ],
+ ],
"editor": [
{
- "family": "Noakes",
+ "family": "Noakes",
"given": "John"
- },
+ },
{
- "family": "Stoakes",
+ "family": "Stoakes",
"given": "Richard"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermSucceed.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermSucceed.txt
index bd3ea4ea..61027067 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermSucceed.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorCountWithSameVarContentAndCombinedTermSucceed.txt
@@ -45,25 +45,25 @@ citation
{
"editor": [
{
- "family": "Noakes",
+ "family": "Noakes",
"given": "John"
- },
+ },
{
- "family": "Stoakes",
+ "family": "Stoakes",
"given": "Richard"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"translator": [
{
- "family": "Noakes",
+ "family": "Noakes",
"given": "John"
- },
+ },
{
- "family": "Stoakes",
+ "family": "Stoakes",
"given": "Richard"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorEditorCount.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorEditorCount.txt
index 480ccb51..60ab38c3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorEditorCount.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_AuthorEditorCount.txt
@@ -37,33 +37,33 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "Robert"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Tom"
}
- ],
+ ],
"editor": [
{
- "family": "Bloggs",
+ "family": "Bloggs",
"given": "Joe"
- },
+ },
{
- "family": "Bloggs",
+ "family": "Bloggs",
"given": "Barbie"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CelticClanName.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CelticClanName.txt
index ce264079..935c1835 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CelticClanName.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CelticClanName.txt
@@ -36,11 +36,11 @@ Susan McMurphy Smith
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Susan McMurphy"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsCrowdedInitials.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsCrowdedInitials.txt
index 4245f725..b7e928ff 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsCrowdedInitials.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsCrowdedInitials.txt
@@ -39,25 +39,25 @@ O’Malley, C.D., & Saunders, J.B. de C.M.
>>===== INPUT =====>>
[
{
- "id": "item-1",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1952"
]
]
- },
- "title": "Leonardo on the Human Body",
+ },
+ "title": "Leonardo on the Human Body",
"translator": [
{
- "family": "O’Malley",
+ "family": "O’Malley",
"given": "Charles D."
- },
+ },
{
- "family": "Saunders",
+ "family": "Saunders",
"given": "John Bertrand de Cusance Morant"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsNoHyphens.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsNoHyphens.txt
index 8b9cb7b0..d2e8a467 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsNoHyphens.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsNoHyphens.txt
@@ -34,21 +34,21 @@ Chen, H.L.
>>===== INPUT =====>>
[
{
- "id": "item-1",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1933"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"translator": [
{
- "family": "Chen",
+ "family": "Chen",
"given": "Hsien-Li"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsSpacedInitials.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsSpacedInitials.txt
index 1695e00f..29535e5e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsSpacedInitials.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsSpacedInitials.txt
@@ -38,25 +38,25 @@ O’Malley, C. D., & Saunders, J. B. de C. M.
>>===== INPUT =====>>
[
{
- "id": "item-1",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1952"
]
]
- },
- "title": "Leonardo on the Human Body",
+ },
+ "title": "Leonardo on the Human Body",
"translator": [
{
- "family": "O’Malley",
+ "family": "O’Malley",
"given": "Charles D."
- },
+ },
{
- "family": "Saunders",
+ "family": "Saunders",
"given": "John Bertrand de Cusance Morant"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsWithHyphens.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsWithHyphens.txt
index f1678724..12b4b64a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsWithHyphens.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CeltsAndToffsWithHyphens.txt
@@ -34,21 +34,21 @@ Chen, H.-L.
>>===== INPUT =====>>
[
{
- "id": "item-1",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1933"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"translator": [
{
- "family": "Chen",
+ "family": "Chen",
"given": "Hsien-Li"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CitationMacroNoInheritanceFromRoot.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CitationMacroNoInheritanceFromRoot.txt
index 99bc4d0c..e1664f2a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CitationMacroNoInheritanceFromRoot.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CitationMacroNoInheritanceFromRoot.txt
@@ -63,102 +63,102 @@ citation
>>===== INPUT =====>>
[
{
- "abstract": "The PUMA project fosters the Open Access movement und aims at a better support of the researcher’s publication work. PUMA stands for an integrated solution, where the upload of a publication results automatically in an update of both the personal and institutional homepage, the creation of an entry in a social bookmarking systems like BibSonomy, an entry in the academic reporting system of the university, and its publication in the institutional repository. In this poster, we present the main features of our solution.",
- "annote": "",
+ "abstract": "The PUMA project fosters the Open Access movement und aims at a better support of the researcher’s publication work. PUMA stands for an integrated solution, where the upload of a publication results automatically in an update of both the personal and institutional homepage, the creation of an entry in a social bookmarking systems like BibSonomy, an entry in the academic reporting system of the university, and its publication in the institutional repository. In this poster, we present the main features of our solution.",
+ "annote": "",
"author": [
{
- "family": "Benz",
+ "family": "Benz",
"given": "Dominik"
- },
+ },
{
- "family": "Hotho",
+ "family": "Hotho",
"given": "Andreas"
- },
+ },
{
- "family": "Jäschke",
+ "family": "Jäschke",
"given": "Robert"
- },
+ },
{
- "family": "Stumme",
+ "family": "Stumme",
"given": "Gerd"
- },
+ },
{
- "family": "Halle",
+ "family": "Halle",
"given": "Axel"
- },
+ },
{
- "family": "Lima",
+ "family": "Lima",
"given": "Angela Gerlach Sanches"
- },
+ },
{
- "family": "Steenweg",
+ "family": "Steenweg",
"given": "Helge"
- },
+ },
{
- "family": "Stefani",
+ "family": "Stefani",
"given": "Sven"
- },
+ },
{
- "family": "Dietrich",
+ "family": "Dietrich",
"given": "Bernhard"
}
- ],
- "citation-label": "benz2010academic",
- "collection-title": "Lecture Notes in Computer Science",
- "container-title": "Proceedings of the European Conference on Research and Advanced Technology for Digital Libraries (ECDL) 2010",
- "edition": "",
+ ],
+ "citation-label": "benz2010academic",
+ "collection-title": "Lecture Notes in Computer Science",
+ "container-title": "Proceedings of the European Conference on Research and Advanced Technology for Digital Libraries (ECDL) 2010",
+ "edition": "",
"editor": [
{
- "family": "Lalmas",
+ "family": "Lalmas",
"given": "M."
- },
+ },
{
- "family": "Jose",
+ "family": "Jose",
"given": "J."
- },
+ },
{
- "family": "Rauber",
+ "family": "Rauber",
"given": "A."
- },
+ },
{
- "family": "Sebastiani",
+ "family": "Sebastiani",
"given": "F."
- },
+ },
{
- "family": "Frommholz",
+ "family": "Frommholz",
"given": "I."
}
- ],
+ ],
"event-date": {
"date-parts": [
[
"2010"
]
- ],
+ ],
"literal": "2010"
- },
- "event-place": "Berlin/Heidelberg",
- "id": "11bdf4636bc92aed96461eace25484f7jaeschke",
- "interhash": "db94bafecb815048ede11f6d28e5a9f1",
- "intrahash": "11bdf4636bc92aed96461eace25484f7",
- "issue": "",
+ },
+ "event-place": "Berlin/Heidelberg",
+ "id": "11bdf4636bc92aed96461eace25484f7jaeschke",
+ "interhash": "db94bafecb815048ede11f6d28e5a9f1",
+ "intrahash": "11bdf4636bc92aed96461eace25484f7",
+ "issue": "",
"issued": {
"date-parts": [
[
"2010"
]
- ],
+ ],
"literal": "2010"
- },
- "keyword": "2010 ecdl myown puma",
- "number-of-pages": "3",
- "page": "417--420",
- "page-first": "417",
- "publisher": "Springer",
- "publisher-place": "Berlin/Heidelberg",
- "status": "",
- "title": "Academic Publication Management with PUMA - collect, organize and share publications",
- "type": "paper-conference",
+ },
+ "keyword": "2010 ecdl myown puma",
+ "number-of-pages": "3",
+ "page": "417--420",
+ "page-first": "417",
+ "publisher": "Springer",
+ "publisher-place": "Berlin/Heidelberg",
+ "status": "",
+ "title": "Academic Publication Management with PUMA - collect, organize and share publications",
+ "type": "paper-conference",
"volume": "6273"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_CollapseRoleLabels.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_CollapseRoleLabels.txt
index aaf594c9..20336a6c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_CollapseRoleLabels.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_CollapseRoleLabels.txt
@@ -46,41 +46,41 @@ Albert Asthma et al. (eds. & trans.)
{
"editor": [
{
- "family": "Asthma",
+ "family": "Asthma",
"given": "Albert"
- },
+ },
{
- "family": "Bronchitis",
+ "family": "Bronchitis",
"given": "Bosworth"
- },
+ },
{
- "family": "Cold",
+ "family": "Cold",
"given": "Crispin"
}
- ],
- "id": "editor-translator-1",
+ ],
+ "id": "editor-translator-1",
"issued": {
"date-parts": [
[
"1990"
]
]
- },
- "title": "Book One",
+ },
+ "title": "Book One",
"translator": [
{
- "family": "Asthma",
+ "family": "Asthma",
"given": "Albert"
- },
+ },
{
- "family": "Bronchitis",
+ "family": "Bronchitis",
"given": "Bosworth"
- },
+ },
{
- "family": "Cold",
+ "family": "Cold",
"given": "Crispin"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_Delimiter.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_Delimiter.txt
index 66eac301..36cfb465 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_Delimiter.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_Delimiter.txt
@@ -37,36 +37,36 @@ John Doe; Jane Roe OR Doe Inc.; Doe Inc.; Noakes Inc.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe Inc.",
- "given": "",
+ "family": "Doe Inc.",
+ "given": "",
"isInstitution": true
- },
+ },
{
- "family": "Doe Inc.",
- "given": "",
+ "family": "Doe Inc.",
+ "given": "",
"isInstitution": true
- },
+ },
{
- "family": "Noakes Inc.",
- "given": "",
+ "family": "Noakes Inc.",
+ "given": "",
"isInstitution": true
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorBoth.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorBoth.txt
index d69f7e9a..79e5898d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorBoth.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorBoth.txt
@@ -195,24 +195,24 @@ mla-x.csl
{
"author": [
{
- "family": "Noakes",
+ "family": "Noakes",
"given": "Richard"
}
- ],
+ ],
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
- "title": "Hello",
+ ],
+ "id": "ITEM-1",
+ "title": "Hello",
"translator": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameEmptyTerm.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameEmptyTerm.txt
index 648ba3d8..ad6beab0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameEmptyTerm.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameEmptyTerm.txt
@@ -41,17 +41,17 @@ John Doe (editor), John Doe (translator)
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"translator": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameWithTerm.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameWithTerm.txt
index 2a12fcee..51f8bef7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameWithTerm.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_EditorTranslatorSameWithTerm.txt
@@ -42,17 +42,17 @@ John Doe (ed. & tran.)
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"translator": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlUseLast.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlUseLast.txt
index 3dc26654..15971e3e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlUseLast.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlUseLast.txt
@@ -47,39 +47,39 @@ bibliography
{
"author": [
{
- "family": "Anderson",
+ "family": "Anderson",
"given": "John"
- },
+ },
{
- "family": "Brown",
+ "family": "Brown",
"given": "John"
- },
+ },
{
- "family": "Catharsis",
+ "family": "Catharsis",
"given": "John"
- },
+ },
{
- "family": "Doldrums",
+ "family": "Doldrums",
"given": "John"
- },
+ },
{
- "family": "Evergreen",
+ "family": "Evergreen",
"given": "John"
- },
+ },
{
- "family": "Fugedaboutit",
+ "family": "Fugedaboutit",
"given": "John"
- },
+ },
{
- "family": "Gargoyle",
+ "family": "Gargoyle",
"given": "John"
- },
+ },
{
- "family": "Houynym",
+ "family": "Houynym",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlWithCombined.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlWithCombined.txt
index 90557dc0..41cc68c2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlWithCombined.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_EtAlWithCombined.txt
@@ -330,25 +330,25 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"collection-editor": [
{
- "family": "Zither",
+ "family": "Zither",
"given": "Ziggy"
- },
+ },
{
- "family": "Yoda",
+ "family": "Yoda",
"given": "Yossarian"
- },
+ },
{
- "family": "Xylophone",
+ "family": "Xylophone",
"given": "Xerxes"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_FormatSmallCaps.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_FormatSmallCaps.txt
index 5e3d17d9..6f6a4cc0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_FormatSmallCaps.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_FormatSmallCaps.txt
@@ -29,23 +29,23 @@ bibliography
{
"author": [
{
- "family": "Hotho",
+ "family": "Hotho",
"given": "Andreas"
- },
+ },
{
- "family": "Benz",
+ "family": "Benz",
"given": "Dominik"
- },
+ },
{
- "family": "Eisterlehner",
+ "family": "Eisterlehner",
"given": "Folke"
- },
+ },
{
- "family": "Jäschke",
+ "family": "Jäschke",
"given": "Robert"
}
- ],
- "id": "item1",
+ ],
+ "id": "item1",
"title": "Publikationsmanagement mit BibSonomy - ein Social-Bookmarking-System für Wissenschaftler"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteInheritLabel.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteInheritLabel.txt
index 3fb6cc66..9d9ec2e2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteInheritLabel.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteInheritLabel.txt
@@ -44,39 +44,39 @@ citation
{
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Her Anonymous Anthology",
+ },
+ "title": "Her Anonymous Anthology",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "simple-western-name-1",
+ ],
+ "id": "simple-western-name-1",
"issued": {
"date-parts": [
[
- "1965",
- "6",
+ "1965",
+ "6",
"1"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteMacroInheritDecorations.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteMacroInheritDecorations.txt
index b7f36c05..0021248c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteMacroInheritDecorations.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteMacroInheritDecorations.txt
@@ -42,21 +42,21 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "simple-western-name-1",
+ ],
+ "id": "simple-western-name-1",
"issued": {
"date-parts": [
[
- "1965",
- "6",
+ "1965",
+ "6",
"1"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteName.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteName.txt
index a195d649..4e8b8a18 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteName.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteName.txt
@@ -38,19 +38,19 @@ John Doe
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnDateGroupSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnDateGroupSpanFail.txt
index 595e905e..226e2ccb 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnDateGroupSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnDateGroupSpanFail.txt
@@ -45,20 +45,20 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
- "id": "item-1",
+ ],
+ "edition": "5",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnGroupSpanGroupSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnGroupSpanGroupSpanFail.txt
index 1a080511..8d16b5da 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnGroupSpanGroupSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnGroupSpanGroupSpanFail.txt
@@ -46,20 +46,20 @@ His Anonymous Life (this should appear)
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
- "id": "item-1",
+ ],
+ "edition": "5",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnMacroGroupSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnMacroGroupSpanFail.txt
index c12dbdee..57d8ef9a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnMacroGroupSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnMacroGroupSpanFail.txt
@@ -46,21 +46,21 @@ boo
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
- "id": "item-1",
+ ],
+ "edition": "5",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
- "type": "book",
+ },
+ "title": "His Anonymous Life",
+ "type": "book",
"volume": "boo"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSingletonGroupSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSingletonGroupSpanFail.txt
index eb396bdc..e6239e46 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSingletonGroupSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSingletonGroupSpanFail.txt
@@ -42,20 +42,20 @@ John Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
- "id": "item-1",
+ ],
+ "edition": "5",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanGroupSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanGroupSpanFail.txt
index c1e3dfed..47df0a65 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanGroupSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanGroupSpanFail.txt
@@ -44,20 +44,20 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
- "id": "item-1",
+ ],
+ "edition": "5",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanNamesSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanNamesSpanFail.txt
index 3a5b5408..96222910 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanNamesSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNamesSpanNamesSpanFail.txt
@@ -43,26 +43,26 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
+ ],
+ "edition": "5",
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNumberGroupSpanFail.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNumberGroupSpanFail.txt
index 64fdf0ed..cae5f0c0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNumberGroupSpanFail.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_SubstituteOnNumberGroupSpanFail.txt
@@ -42,20 +42,20 @@ citation
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "edition": "5",
- "id": "item-1",
+ ],
+ "edition": "5",
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixes.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixes.txt
index 1021af09..5e2ebd65 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixes.txt
@@ -38,14 +38,14 @@ citation
{
"author": [
{
- "dropping-particle": "de",
- "family": "Fontaine",
- "given": "Jean",
- "non-dropping-particle": "La",
+ "dropping-particle": "de",
+ "family": "Fontaine",
+ "given": "Jean",
+ "non-dropping-particle": "La",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixesNameAsSortOrder.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixesNameAsSortOrder.txt
index 326c94ca..e71df062 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixesNameAsSortOrder.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_namepartAffixesNameAsSortOrder.txt
@@ -39,14 +39,14 @@ citation
{
"author": [
{
- "dropping-particle": "de",
- "family": "Fontaine",
- "given": "Jean",
- "non-dropping-particle": "La",
+ "dropping-particle": "de",
+ "family": "Fontaine",
+ "given": "Jean",
+ "non-dropping-particle": "La",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_RepeatedNamesOk.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_RepeatedNamesOk.txt
index c04fce60..1297e0a9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_RepeatedNamesOk.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_RepeatedNamesOk.txt
@@ -52,17 +52,17 @@ Ma Ry, Ma Ry, Kwite Kontrari
{
"author": [
{
- "family": "Ry",
+ "family": "Ry",
"given": "Ma"
}
- ],
+ ],
"editor": [
{
- "family": "Kontrari",
+ "family": "Kontrari",
"given": "Kwite"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_SuppressOrdinaryVariable.txt b/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_SuppressOrdinaryVariable.txt
index ac3eac2a..f48a297b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_SuppressOrdinaryVariable.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/name_substitute_SuppressOrdinaryVariable.txt
@@ -77,33 +77,33 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "publisher": "The Publisher",
- "title": "The Title",
+ "id": "ITEM-1",
+ "publisher": "The Publisher",
+ "title": "The Title",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-boy"
}
- ],
- "id": "ITEM-2",
- "publisher": "The Publisher",
- "title": "The Title",
+ ],
+ "id": "ITEM-2",
+ "publisher": "The Publisher",
+ "title": "The Title",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "Jane-girl"
}
- ],
- "id": "ITEM-3",
- "publisher": "The Organization",
- "title": "The Title",
+ ],
+ "id": "ITEM-3",
+ "publisher": "The Organization",
+ "title": "The Title",
"type": "report"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInBibliography.txt
index b6d1381c..ae427841 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInCitation.txt
index 9f602c39..0e37395b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe, Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInBibliography.txt
index 97121d93..54b2de1e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInCitation.txt
index 1099ece8..301279fe 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnCitationInCitation.txt
@@ -35,15 +35,15 @@ John Doe and Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInBibliography.txt
index 2df9a4dd..5c522388 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInCitation.txt
index 61e74270..a9a087ea 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnNamesInCitation.txt
@@ -34,15 +34,15 @@ John Doe and Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInBibliography.txt
index b6d1381c..ae427841 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInCitation.txt
index b6d1381c..ae427841 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_AndOnStyleInCitation.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInBibliography.txt
index eac3337e..18a78fad 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInCitation.txt
index 12699c7c..983c00ae 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInBibliography.txt
index 7ffd0d14..c3c24694 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInCitation.txt
index ac9a4705..4fc7bad5 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnCitationInCitation.txt
@@ -35,15 +35,15 @@ John Doe, et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInBibliography.txt
index 55d1626e..62b748c3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInCitation.txt
index a05e3526..882556cd 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnNamesInCitation.txt
@@ -34,15 +34,15 @@ John Doe, et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInBibliography.txt
index 1b3c6974..fd6e17cf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInCitation.txt
index 0d54efcd..4f325d99 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesEtAlOnStyleInCitation.txt
@@ -35,15 +35,15 @@ John Doe, et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInBibliography.txt
index 531fdc92..62891530 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInCitation.txt
index d2b8e66c..142d41a7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe and Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInBibliography.txt
index 193226e2..b3bc6721 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInCitation.txt
index 16addd07..3b2de62b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnCitationInCitation.txt
@@ -35,15 +35,15 @@ John Doe, and Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInBibliography.txt
index 8288aa24..e0ebed4b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInCitation.txt
index 59a1e12b..fdfb15c4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnNamesInCitation.txt
@@ -34,15 +34,15 @@ John Doe, and Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInBibliography.txt
index 40165428..6e15a7a4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInCitation.txt
index f4fe4721..f8095e2e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_DelimiterPrecedesLastOnStyleInCitation.txt
@@ -35,15 +35,15 @@ John Doe, and Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInBibliography.txt
index e394f14b..0f5fac06 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInCitation.txt
index c5092d77..841d144d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe, Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInBibliography.txt
index b2d6bb01..a30d6d71 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInCitation.txt
index 5f6abacb..95a13bf2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnCitationInCitation.txt
@@ -35,15 +35,15 @@ John Doe et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInBibliography.txt
index c0ec6656..b5102402 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInCitation.txt
index 6da8460d..c458c6ec 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnNamesInCitation.txt
@@ -34,15 +34,15 @@ John Doe et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInBibliography.txt
index c0ec6656..b5102402 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInCitation.txt
index 6da8460d..c458c6ec 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlMinOnStyleInCitation.txt
@@ -34,15 +34,15 @@ John Doe et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInBibliography.txt
index 04da7bf2..5d4e9bb2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInBibliography.txt
@@ -45,15 +45,15 @@ have no effect in the bibliography.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInCitation.txt
index b1f15811..d66593df 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe, Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnCitationInBibliography.txt
index 866671e5..a96a087f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnNamesInBibliography.txt
index 5888ca76..1246df3f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnNamesInBibliography.txt
@@ -45,15 +45,15 @@ are completely ignored in the bibliography.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnStyleInBibliography.txt
index 0924fe3f..d2395c8d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentMinOnStyleInBibliography.txt
@@ -44,15 +44,15 @@ are completely ignored in the bibliography.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInBibliography.txt
index 0435cdb4..3ef659b6 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInBibliography.txt
@@ -45,19 +45,19 @@ have no effect in the bibliography.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInCitation.txt
index d4acdfb3..4679fe15 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnBibliographyInCitation.txt
@@ -44,19 +44,19 @@ John Doe, Jane Roe, Richard Snoakes
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnCitationInBibliography.txt
index 627ba060..15d2551f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnCitationInBibliography.txt
@@ -47,19 +47,19 @@ NOTE: no effect, of course.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnStyleInBibliography.txt
index 17c22b2a..8d63a787 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlSubsequentUseFirstOnStyleInBibliography.txt
@@ -46,19 +46,19 @@ completely ignored in the bibliography.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInBibliography.txt
index 63deefcd..13f8dad3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInBibliography.txt
@@ -42,19 +42,19 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInCitation.txt
index 4b44c313..55bf2263 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnBibliographyInCitation.txt
@@ -44,19 +44,19 @@ John Doe, Jane Roe, Richard Snoakes
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInBibliography.txt
index d71e421b..5487a5e9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInBibliography.txt
@@ -44,19 +44,19 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInCitation.txt
index d78517a7..b0504a2a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnCitationInCitation.txt
@@ -42,19 +42,19 @@ John Doe, Jane Roe, et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInBibliography.txt
index 592c41cb..46c21176 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInBibliography.txt
@@ -41,19 +41,19 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInCitation.txt
index 14824a71..cee4d3b0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnNamesInCitation.txt
@@ -34,19 +34,19 @@ John Doe, Jane Roe, et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInBibliography.txt
index d7b45e94..a01e01bc 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInBibliography.txt
@@ -42,19 +42,19 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInCitation.txt
index 14824a71..cee4d3b0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_EtAlUseFirstOnStyleInCitation.txt
@@ -34,19 +34,19 @@ John Doe, Jane Roe, et al.
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Snoakes",
+ "family": "Snoakes",
"given": "Richard"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInBibliography.txt
index 46a84bbc..c192f101 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInBibliography.txt
@@ -42,11 +42,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInCitation.txt
index fc4749b3..fc3c8117 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnBibliographyInCitation.txt
@@ -42,11 +42,11 @@ John-Lee Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInBibliography.txt
index 8b5f2209..81b09f23 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInBibliography.txt
@@ -44,11 +44,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInCitation.txt
index 1fbc75ae..8dc11b72 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnCitationInCitation.txt
@@ -35,11 +35,11 @@ J.-L. Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInBibliography.txt
index aa364e2d..642654c7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInBibliography.txt
@@ -41,11 +41,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInCitation.txt
index 91ac42ba..da9bcee7 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnNamesInCitation.txt
@@ -34,11 +34,11 @@ J.-L. Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInBibliography.txt
index 57ba3810..ee7743e4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInBibliography.txt
@@ -42,11 +42,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInCitation.txt
index 7b8b506f..51ba7123 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_InitializeWithOnStyleInCitation.txt
@@ -35,11 +35,11 @@ J.-L. Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-Lee"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInBibliography.txt
index af63aab6..1e8f4e14 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInCitation.txt
index 94cc482e..d71c0eae 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe; Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInBibliography.txt
index c47bb27c..8ab811e2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInCitation.txt
index e2bb3a81..50110770 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnCitationInCitation.txt
@@ -35,15 +35,15 @@ Doe, John; Roe, Jane
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInBibliography.txt
index eb0d84f4..e5672314 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInCitation.txt
index 4ae8c24c..d294cda8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnNamesInCitation.txt
@@ -34,15 +34,15 @@ Doe, John; Roe, Jane
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInBibliography.txt
index 80e58b53..0b691d57 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInCitation.txt
index 4ae8c24c..d294cda8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameAsSortOrderOnStyleInCitation.txt
@@ -34,15 +34,15 @@ Doe, John; Roe, Jane
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInBibliography.txt
index af5ea1dc..0796d90a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInCitation.txt
index 5d7f7a10..1270c9d1 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnBibliographyInCitation.txt
@@ -42,15 +42,15 @@ John Doe, Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInBibliography.txt
index 28bce04c..2189e612 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInBibliography.txt
@@ -44,15 +44,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInCitation.txt
index de2a97aa..cf2c3615 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnCitationInCitation.txt
@@ -42,15 +42,15 @@ John Doe; Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInBibliography.txt
index f12bf5fd..ddd42f4f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInBibliography.txt
@@ -41,15 +41,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInCitation.txt
index c4b2e70e..9919cc5a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnNamesInCitation.txt
@@ -41,15 +41,15 @@ John Doe; Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInBibliography.txt
index 827be69c..9718e754 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInBibliography.txt
@@ -42,15 +42,15 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInCitation.txt
index a82810c5..e96fc73f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameDelimiterOnStyleInCitation.txt
@@ -42,15 +42,15 @@ John Doe; Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInBibliography.txt
index 7b9cd943..2ad563b6 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInBibliography.txt
@@ -42,11 +42,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInCitation.txt
index 25c7acd0..a0955545 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnBibliographyInCitation.txt
@@ -42,11 +42,11 @@ John Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInBibliography.txt
index cef0ec6b..4d658d0c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInBibliography.txt
@@ -44,11 +44,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInCitation.txt
index 41a58040..78573287 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnCitationInCitation.txt
@@ -42,11 +42,11 @@ Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInBibliography.txt
index a473b889..063e7b3e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInBibliography.txt
@@ -41,11 +41,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInCitation.txt
index c081a3b8..59973b50 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnNamesInCitation.txt
@@ -34,11 +34,11 @@ Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInBibliography.txt
index f4bc3d82..a9cffc01 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInBibliography.txt
@@ -42,11 +42,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInCitation.txt
index ebf81c14..dabf92c8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NameFormOnStyleInCitation.txt
@@ -35,11 +35,11 @@ Doe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInBibliography.txt
index d64b0040..c1f517bd 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInBibliography.txt
@@ -43,17 +43,17 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInCitation.txt
index 6f4bb480..1a7aa558 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnBibliographyInCitation.txt
@@ -43,17 +43,17 @@ John DoeJane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInBibliography.txt
index 80cc5747..666ba498 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInBibliography.txt
@@ -45,17 +45,17 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInCitation.txt
index 157aa9ec..13e58f4a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnCitationInCitation.txt
@@ -36,17 +36,17 @@ John Doe AND ALSO THE EDITOR Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInBibliography.txt
index 61fbfc38..3c30267f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInBibliography.txt
@@ -42,17 +42,17 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInCitation.txt
index b6797349..05aa5fad 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnNamesInCitation.txt
@@ -35,17 +35,17 @@ John Doe AND ALSO THE EDITOR Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInBibliography.txt
index 5205fffb..eec7467d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInBibliography.txt
@@ -42,17 +42,17 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInCitation.txt
index 723c0c88..940b94b9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_NamesDelimiterOnStyleInCitation.txt
@@ -36,17 +36,17 @@ John Doe AND ALSO THE EDITOR Jane Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
+ ],
"editor": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInBibliography.txt
index ebc80d37..a34a6c06 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInBibliography.txt
@@ -42,11 +42,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInCitation.txt
index fe03194b..4af041f5 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnBibliographyInCitation.txt
@@ -43,11 +43,11 @@ Doe~John
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInBibliography.txt
index 3aca7007..0cecfc17 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInBibliography.txt
@@ -44,11 +44,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInCitation.txt
index b233c207..f9370497 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnCitationInCitation.txt
@@ -35,11 +35,11 @@ Doe, John
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInBibliography.txt
index c980841e..10ebb6b4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInBibliography.txt
@@ -41,11 +41,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInCitation.txt
index 9fdaf035..e79be4c2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnNamesInCitation.txt
@@ -34,11 +34,11 @@ Doe, John
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInBibliography.txt
index 824edb76..b2345119 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInBibliography.txt
@@ -42,11 +42,11 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInCitation.txt
index edfca14d..6fd4a828 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_SortSeparatorOnStyleInCitation.txt
@@ -35,11 +35,11 @@ Doe, John
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_initializeCyrillicName.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_initializeCyrillicName.txt
index d5dad2f4..3874e352 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_initializeCyrillicName.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_initializeCyrillicName.txt
@@ -34,29 +34,29 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "https://pj.iph.ras.ru/index.php/ph_j/article/view/31",
+ "URL": "https://pj.iph.ras.ru/index.php/ph_j/article/view/31",
"accessed": {
- "date-parts": [],
+ "date-parts": [],
"raw": ""
- },
+ },
"author": [
{
- "family": "Месяц",
+ "family": "Месяц",
"given": "Светлана Викторовна"
}
- ],
- "container-title": "Philosophy Journal",
- "container-title-short": "PhJ",
- "id": "31",
- "issue": "1",
+ ],
+ "container-title": "Philosophy Journal",
+ "container-title-short": "PhJ",
+ "id": "31",
+ "issue": "1",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": "2015-03-05 00:00:00"
- },
- "page": "7-22",
- "section": "ACADEMIC DISCUSSIONS",
- "title": "Proclus’ metaphysics: between worldview and language game. Reflections on the book of Radek Chlup",
- "type": "article-journal",
+ },
+ "page": "7-22",
+ "section": "ACADEMIC DISCUSSIONS",
+ "title": "Proclus’ metaphysics: between worldview and language game. Reflections on the book of Radek Chlup",
+ "type": "article-journal",
"volume": "8"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-all.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-all.txt
index 7d0abad1..14670d37 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-all.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-all.txt
@@ -56,197 +56,197 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "Marc"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Harry"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"2002"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"2003"
]
]
- },
- "title": "Book E",
+ },
+ "title": "Book E",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"2004"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"2005"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"2006"
]
]
- },
- "title": "Book G",
+ },
+ "title": "Book G",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-each.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-each.txt
index 7b87d1ce..549d7e93 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-each.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_complete-each.txt
@@ -56,197 +56,197 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "Marc"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Harry"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"2002"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"2003"
]
]
- },
- "title": "Book E",
+ },
+ "title": "Book E",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"2004"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"2005"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"2006"
]
]
- },
- "title": "Book G",
+ },
+ "title": "Book G",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_none.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_none.txt
index 120e3aa8..f7c05f94 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_none.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_none.txt
@@ -56,197 +56,197 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "Marc"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Harry"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"2002"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"2003"
]
]
- },
- "title": "Book E",
+ },
+ "title": "Book E",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"2004"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"2005"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"2006"
]
]
- },
- "title": "Book G",
+ },
+ "title": "Book G",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-each.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-each.txt
index 74934e38..628dd8d8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-each.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-each.txt
@@ -56,197 +56,197 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "Marc"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Harry"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"2002"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"2003"
]
]
- },
- "title": "Book E",
+ },
+ "title": "Book E",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"2004"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"2005"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"2006"
]
]
- },
- "title": "Book G",
+ },
+ "title": "Book G",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-first.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-first.txt
index 73deba19..d1028afc 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-first.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameattr_subsequent-author-substitute_partial-first.txt
@@ -56,197 +56,197 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "Marc"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Smith",
+ "family": "Smith",
"given": "Harry"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"2002"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"2003"
]
]
- },
- "title": "Book E",
+ },
+ "title": "Book E",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Stevens",
+ "family": "Stevens",
"given": "Cat"
- },
+ },
{
- "family": "Miller",
+ "family": "Miller",
"given": "Steve"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"2004"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"2005"
]
]
- },
- "title": "Book F",
+ },
+ "title": "Book F",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Williams",
+ "family": "Williams",
"given": "John"
- },
+ },
{
- "family": "Lennon",
+ "family": "Lennon",
"given": "John"
- },
+ },
{
- "family": "McCartney",
+ "family": "McCartney",
"given": "Paul"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"2006"
]
]
- },
- "title": "Book G",
+ },
+ "title": "Book G",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Long.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Long.txt
index 0f41f9e3..e9e02047 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Long.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Long.txt
@@ -35,14 +35,14 @@ Gérard de la Martinière III
{
"author": [
{
- "dropping-particle": "de",
- "family": "Martinière",
- "given": "Gérard",
- "non-dropping-particle": "la",
+ "dropping-particle": "de",
+ "family": "Martinière",
+ "given": "Gérard",
+ "non-dropping-particle": "la",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteDisplayAndSort.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteDisplayAndSort.txt
index 6047b7e1..59be0687 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteDisplayAndSort.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteDisplayAndSort.txt
@@ -36,14 +36,14 @@ Martinière, Gérard de la, III
{
"author": [
{
- "dropping-particle": "de",
- "family": "Martinière",
- "given": "Gérard",
- "non-dropping-particle": "la",
+ "dropping-particle": "de",
+ "family": "Martinière",
+ "given": "Gérard",
+ "non-dropping-particle": "la",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteNever.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteNever.txt
index 8a1e5c2e..caa5d8ed 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteNever.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_LongNameAsSortDemoteNever.txt
@@ -36,14 +36,14 @@ la Martinière, Gérard de, III
{
"author": [
{
- "dropping-particle": "de",
- "family": "Martinière",
- "given": "Gérard",
- "non-dropping-particle": "la",
+ "dropping-particle": "de",
+ "family": "Martinière",
+ "given": "Gérard",
+ "non-dropping-particle": "la",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Short.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Short.txt
index d28e029d..3b798cff 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Short.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_Short.txt
@@ -35,14 +35,14 @@ la Martinière
{
"author": [
{
- "dropping-particle": "de",
- "family": "Martinière",
- "given": "Gérard",
- "non-dropping-particle": "la",
+ "dropping-particle": "de",
+ "family": "Martinière",
+ "given": "Gérard",
+ "non-dropping-particle": "la",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortDemoteDisplayAndSort.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortDemoteDisplayAndSort.txt
index eaa0e915..33d24bb0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortDemoteDisplayAndSort.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortDemoteDisplayAndSort.txt
@@ -36,14 +36,14 @@ la Martinière
{
"author": [
{
- "dropping-particle": "de",
- "family": "Martinière",
- "given": "Gérard",
- "non-dropping-particle": "la",
+ "dropping-particle": "de",
+ "family": "Martinière",
+ "given": "Gérard",
+ "non-dropping-particle": "la",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortNameAsSortDemoteNever.txt b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortNameAsSortDemoteNever.txt
index 947768a5..b1d67c08 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortNameAsSortDemoteNever.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/nameorder_ShortNameAsSortDemoteNever.txt
@@ -36,14 +36,14 @@ la Martinière
{
"author": [
{
- "dropping-particle": "de",
- "family": "Martinière",
- "given": "Gérard",
- "non-dropping-particle": "la",
+ "dropping-particle": "de",
+ "family": "Martinière",
+ "given": "Gérard",
+ "non-dropping-particle": "la",
"suffix": "III"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/names_substitute.txt b/tests/fixtures/basic-tests/processor-tests/humans/names_substitute.txt
index a35ab04e..d2b26fe2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/names_substitute.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/names_substitute.txt
@@ -42,38 +42,38 @@ xx
{
"author": [
{
- "family": "Mitchell",
+ "family": "Mitchell",
"given": "Greg"
}
- ],
+ ],
"editor": [
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "David"
}
- ],
- "id": "ITEM-1",
- "title": "Ignore me",
+ ],
+ "id": "ITEM-1",
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Johnson",
+ "family": "Johnson",
"given": "David"
}
- ],
- "id": "ITEM-1",
- "title": "Ignore me",
+ ],
+ "id": "ITEM-1",
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
- "title": "Ignore me",
+ "id": "ITEM-1",
+ "title": "Ignore me",
"type": "book"
- },
+ },
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/names_substituteSuppressSubstitution.txt b/tests/fixtures/basic-tests/processor-tests/humans/names_substituteSuppressSubstitution.txt
index 07af4136..09c7ad24 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/names_substituteSuppressSubstitution.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/names_substituteSuppressSubstitution.txt
@@ -104,7 +104,7 @@ bibliography
>>===== INPUT =====>>
[
{
- "title": "Make racists afraid again",
+ "title": "Make racists afraid again",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_PlainHyphenOrEnDashAlwaysPlural.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_PlainHyphenOrEnDashAlwaysPlural.txt
index 217fd691..bdd76da4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_PlainHyphenOrEnDashAlwaysPlural.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_PlainHyphenOrEnDashAlwaysPlural.txt
@@ -44,33 +44,33 @@ His Anonymous Life (1) pages 1-2 (cs:text) vs His Anonymous Life (1) pages 1-2 (
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "page": "1-2",
- "title": "His Anonymous Life (1)",
+ "id": "ITEM-1",
+ "page": "1-2",
+ "title": "His Anonymous Life (1)",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
- "page": "i-ix",
- "title": "His Anonymous Life (2)",
+ "id": "ITEM-2",
+ "page": "i-ix",
+ "title": "His Anonymous Life (2)",
"type": "book"
- },
+ },
{
- "id": "ITEM-3",
- "page": "3-B",
- "title": "His Anonymous Life (3)",
+ "id": "ITEM-3",
+ "page": "3-B",
+ "title": "His Anonymous Life (3)",
"type": "book"
- },
+ },
{
- "id": "ITEM-4",
- "page": "4–6",
- "title": "His Anonymous Life (4)",
+ "id": "ITEM-4",
+ "page": "4–6",
+ "title": "His Anonymous Life (4)",
"type": "book"
- },
+ },
{
- "id": "ITEM-4",
- "page": "Michaelson-Morely",
- "title": "His Anonymous Life (4)",
+ "id": "ITEM-4",
+ "page": "Michaelson-Morely",
+ "title": "His Anonymous Life (4)",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_SimpleNumberRoman.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_SimpleNumberRoman.txt
index 7049565f..768278d4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_SimpleNumberRoman.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_SimpleNumberRoman.txt
@@ -31,9 +31,9 @@ xlii
>>===== INPUT =====>>
[
{
- "id": "item-1",
- "title": "Ignore me",
- "type": "book",
+ "id": "item-1",
+ "title": "Ignore me",
+ "type": "book",
"volume": "42"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_StrangeError.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_StrangeError.txt
index 163a4bcb..a816e34e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_StrangeError.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_StrangeError.txt
@@ -33,8 +33,8 @@ Delimiter is a non-breaking Unicode hyphen U+2011, supplied by the CSL 1.0.1 fr-
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "page": "463-509",
+ "id": "ITEM-1",
+ "page": "463-509",
"type": "article-journal"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_affixes.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_affixes.txt
index 4bd9364d..6c2f5c29 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_affixes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_affixes.txt
@@ -35,7 +35,7 @@ citation
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_font-style.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_font-style.txt
index e20d9210..6a2e116f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_font-style.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_font-style.txt
@@ -35,7 +35,7 @@ citation
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_font-variant.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_font-variant.txt
index 0059b6b3..8cd162c4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_font-variant.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_font-variant.txt
@@ -33,7 +33,7 @@ citation
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_font-weight.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_font-weight.txt
index 78816e17..2810b5cd 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_font-weight.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_font-weight.txt
@@ -35,7 +35,7 @@ citation
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_format.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_format.txt
index 2364cd68..c5a5d939 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_format.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_format.txt
@@ -37,7 +37,7 @@ iv-vii
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_gender.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_gender.txt
index 3491d8f1..09547a97 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_gender.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_gender.txt
@@ -39,7 +39,7 @@ citation
>>===== INPUT =====>>
[
{
- "edition": "1",
+ "edition": "1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_spacing.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_spacing.txt
index f93f8040..1704efaa 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_spacing.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_spacing.txt
@@ -35,9 +35,9 @@ citation
>>===== INPUT =====>>
[
{
- "issue": " 4 - 7 ",
- "number": " 4 & 7 ",
- "type": "book",
+ "issue": " 4 - 7 ",
+ "number": " 4 & 7 ",
+ "type": "book",
"volume": " 4 , 7 "
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_text-case.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_text-case.txt
index c487565b..dfddb01f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_text-case.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_text-case.txt
@@ -40,7 +40,7 @@ Fourth-seventh
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_text-decoration.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_text-decoration.txt
index 9f71a6f2..e0efaf2f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_text-decoration.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_text-decoration.txt
@@ -33,7 +33,7 @@ citation
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/number_vertical-align.txt b/tests/fixtures/basic-tests/processor-tests/humans/number_vertical-align.txt
index 60670c95..af141682 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/number_vertical-align.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/number_vertical-align.txt
@@ -35,7 +35,7 @@ citation
>>===== INPUT =====>>
[
{
- "number": "4 - 7",
+ "number": "4 - 7",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/page_ChicagoAuthorDateLooping.txt b/tests/fixtures/basic-tests/processor-tests/humans/page_ChicagoAuthorDateLooping.txt
index 8a016905..787dbeca 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/page_ChicagoAuthorDateLooping.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/page_ChicagoAuthorDateLooping.txt
@@ -55,38 +55,38 @@ citation
{
"author": [
{
- "family": "Manstein",
+ "family": "Manstein",
"given": "Erich Von"
}
- ],
- "id": "ITEM-0",
+ ],
+ "id": "ITEM-0",
"issued": {
- "date-parts": [],
+ "date-parts": [],
"raw": " 1982 Sep "
- },
- "page": "1002-1006",
- "publisher": "Presidio Pr",
- "title": "Lost Victories",
+ },
+ "page": "1002-1006",
+ "publisher": "Presidio Pr",
+ "title": "Lost Victories",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Friedrich",
+ "family": "Friedrich",
"given": "Walter"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1984
]
]
- },
- "page": "711-719",
- "publisher": "Presidio Pr",
- "title": "Another title",
+ },
+ "page": "711-719",
+ "publisher": "Presidio Pr",
+ "title": "Another title",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/page_WithLocaleAndWeirdDelimiter.txt b/tests/fixtures/basic-tests/processor-tests/humans/page_WithLocaleAndWeirdDelimiter.txt
index 385e1235..f4213481 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/page_WithLocaleAndWeirdDelimiter.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/page_WithLocaleAndWeirdDelimiter.txt
@@ -33,9 +33,9 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "page": "253-257",
- "title": "His Anonymous Life",
+ "id": "ITEM-1",
+ "page": "253-257",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_chicago.txt b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_chicago.txt
index 18ff33ef..d0a921a9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_chicago.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_chicago.txt
@@ -42,59 +42,59 @@ citation
>>===== INPUT =====>>
[
{
- "page": "3-10",
+ "page": "3-10",
"type": "book"
- },
+ },
{
- "page": "71-72",
+ "page": "71-72",
"type": "book"
- },
+ },
{
- "page": "100-104",
+ "page": "100-104",
"type": "book"
- },
+ },
{
- "page": "600–613",
+ "page": "600–613",
"type": "book"
- },
+ },
{
- "page": "1100–1123",
+ "page": "1100–1123",
"type": "book"
- },
+ },
{
- "page": "107–108",
+ "page": "107–108",
"type": "book"
- },
+ },
{
- "page": "505–517",
+ "page": "505–517",
"type": "book"
- },
+ },
{
- "page": "1002–1006",
+ "page": "1002–1006",
"type": "book"
- },
+ },
{
- "page": "321-325",
+ "page": "321-325",
"type": "book"
- },
+ },
{
- "page": "415-532",
+ "page": "415-532",
"type": "book"
- },
+ },
{
- "page": "11564-11568",
+ "page": "11564-11568",
"type": "book"
- },
+ },
{
- "page": "13792-13803",
+ "page": "13792-13803",
"type": "book"
- },
+ },
{
- "page": "1496-1504",
+ "page": "1496-1504",
"type": "book"
- },
+ },
{
- "page": "2787-2816",
+ "page": "2787-2816",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_expanded.txt b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_expanded.txt
index 9f103ba4..99030721 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_expanded.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_expanded.txt
@@ -33,23 +33,23 @@ citation
>>===== INPUT =====>>
[
{
- "page": "5-8",
+ "page": "5-8",
"type": "book"
- },
+ },
{
- "page": "5-13",
+ "page": "5-13",
"type": "book"
- },
+ },
{
- "page": "42-45",
+ "page": "42-45",
"type": "book"
- },
+ },
{
- "page": "321-328",
+ "page": "321-328",
"type": "book"
- },
+ },
{
- "page": "2787–2816",
+ "page": "2787–2816",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal-two.txt b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal-two.txt
index 9e296bc6..cf8cc0fe 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal-two.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal-two.txt
@@ -33,23 +33,23 @@ citation
>>===== INPUT =====>>
[
{
- "page": "5-8",
+ "page": "5-8",
"type": "book"
- },
+ },
{
- "page": "5-13",
+ "page": "5-13",
"type": "book"
- },
+ },
{
- "page": "42-45",
+ "page": "42-45",
"type": "book"
- },
+ },
{
- "page": "321-328",
+ "page": "321-328",
"type": "book"
- },
+ },
{
- "page": "2787–2816",
+ "page": "2787–2816",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal.txt b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal.txt
index ee04cf28..45890586 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/pagerange_minimal.txt
@@ -33,23 +33,23 @@ citation
>>===== INPUT =====>>
[
{
- "page": "5-8",
+ "page": "5-8",
"type": "book"
- },
+ },
{
- "page": "5-13",
+ "page": "5-13",
"type": "book"
- },
+ },
{
- "page": "42-45",
+ "page": "42-45",
"type": "book"
- },
+ },
{
- "page": "321-328",
+ "page": "321-328",
"type": "book"
- },
+ },
{
- "page": "2787–2816",
+ "page": "2787–2816",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelAlways.txt b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelAlways.txt
index b02bc82b..2909013f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelAlways.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelAlways.txt
@@ -36,11 +36,11 @@ Doe eds
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualPlural.txt b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualPlural.txt
index 9889dc9b..cf99465d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualPlural.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualPlural.txt
@@ -36,15 +36,15 @@ Doe and Roe eds
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualSingular.txt b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualSingular.txt
index 12a4a807..99b95a6d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualSingular.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelContextualSingular.txt
@@ -36,11 +36,11 @@ Doe ed
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultPlural.txt b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultPlural.txt
index c0cd4ea2..05f7a52e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultPlural.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultPlural.txt
@@ -36,15 +36,15 @@ Doe and Roe eds
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultSingular.txt b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultSingular.txt
index ce173dcc..af0b007e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultSingular.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelDefaultSingular.txt
@@ -36,11 +36,11 @@ Doe ed
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelNever.txt b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelNever.txt
index 68c7ca16..eebafb69 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelNever.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/plural_NameLabelNever.txt
@@ -36,15 +36,15 @@ Doe and Roe ed
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/position_FalseInBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/position_FalseInBibliography.txt
index 271db34a..8a414b7c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/position_FalseInBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/position_FalseInBibliography.txt
@@ -45,8 +45,8 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "His Anonymous Life",
+ "id": "ITEM-1",
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/position_FirstTrueOnlyOnce.txt b/tests/fixtures/basic-tests/processor-tests/humans/position_FirstTrueOnlyOnce.txt
index bf96c577..10e6f2c1 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/position_FirstTrueOnlyOnce.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/position_FirstTrueOnlyOnce.txt
@@ -15,39 +15,39 @@ citation
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
- ],
+ ],
[
{
- "citationID": "CITATION-2",
+ "citationID": "CITATION-2",
"citationItems": [
{
- "id": "ITEM-1",
- "label": "page",
+ "id": "ITEM-1",
+ "label": "page",
"locator": "23"
}
- ],
+ ],
"properties": {
"noteIndex": 2
}
- },
+ },
[
[
- "CITATION-1",
+ "CITATION-1",
1
]
- ],
+ ],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_DateStripPeriods.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_DateStripPeriods.txt
index 22968082..e15fe663 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_DateStripPeriods.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_DateStripPeriods.txt
@@ -34,16 +34,16 @@ Jun 1965
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "1965",
- "6",
+ "1965",
+ "6",
"1"
]
]
- },
+ },
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyField.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyField.txt
index 051cfb54..d32ebee8 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyField.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyField.txt
@@ -228,7 +228,7 @@ comma, comma
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyPlain.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyPlain.txt
index d4447ed5..3ba17d96 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyPlain.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyPlain.txt
@@ -228,7 +228,7 @@ comma, comma
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesIn.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesIn.txt
index ef33fd10..36012940 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesIn.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesIn.txt
@@ -231,7 +231,7 @@ ENDING IN COMMA
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesOut.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesOut.txt
index e48f1342..a4ee1174 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesOut.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_FullMontyQuotesOut.txt
@@ -231,7 +231,7 @@ ENDING IN COMMA
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_OnMacro.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_OnMacro.txt
index e27dc6cd..9636d4d4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_OnMacro.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_OnMacro.txt
@@ -40,10 +40,10 @@ citation
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "publisher": "My Publisher",
- "publisher-place": "New York",
- "title": "My Title",
+ "id": "ITEM-1",
+ "publisher": "My Publisher",
+ "publisher-place": "New York",
+ "title": "My Title",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_SemicolonDelimiter.txt b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_SemicolonDelimiter.txt
index d144d7e3..28514bde 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/punctuation_SemicolonDelimiter.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/punctuation_SemicolonDelimiter.txt
@@ -58,68 +58,68 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "www.reporturl.com",
+ "URL": "www.reporturl.com",
"accessed": {
"date-parts": [
[
- 2007,
- 12,
+ 2007,
+ 12,
12
]
]
- },
- "archive_location": "loc archieve",
+ },
+ "archive_location": "loc archieve",
"author": [
{
- "family": "Bauthor",
- "given": "One Two",
+ "family": "Bauthor",
+ "given": "One Two",
"isInstitution": ""
- },
+ },
{
- "family": "Cauthor",
- "given": "Two",
+ "family": "Cauthor",
+ "given": "Two",
"isInstitution": ""
- },
+ },
{
- "family": "Dauthor",
- "given": "Three",
+ "family": "Dauthor",
+ "given": "Three",
"isInstitution": ""
- },
+ },
{
- "family": "Eauthor",
- "given": "Edward",
+ "family": "Eauthor",
+ "given": "Edward",
"isInstitution": ""
- },
+ },
{
- "family": "Fauthor",
- "given": "Fritz",
+ "family": "Fauthor",
+ "given": "Fritz",
"isInstitution": ""
- },
+ },
{
- "family": "Gauthor",
- "given": "Gerd",
+ "family": "Gauthor",
+ "given": "Gerd",
"isInstitution": ""
}
- ],
- "event-place": "Reportplace",
- "genre": "Report Type",
- "id": 1,
+ ],
+ "event-place": "Reportplace",
+ "genre": "Report Type",
+ "id": 1,
"issued": {
"date-parts": [
[
- 2009,
- 12,
+ 2009,
+ 12,
12
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "number": "17",
- "publisher": "Institution",
- "publisher-place": "Reportplace",
- "title": "Report on something many authors",
+ },
+ "number": "17",
+ "publisher": "Institution",
+ "publisher-place": "Reportplace",
+ "title": "Report on something many authors",
"type": "report"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_Punctuation.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_Punctuation.txt
index fff7dc8d..fe6eb605 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_Punctuation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_Punctuation.txt
@@ -43,19 +43,19 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title",
+ },
+ "title": "The Book Title",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationDefault.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationDefault.txt
index aee79d90..0459634d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationDefault.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationDefault.txt
@@ -39,37 +39,37 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title",
+ },
+ "title": "The Book Title",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title.",
+ },
+ "title": "The Book Title.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationInQuotes.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationInQuotes.txt
index b3cde84f..569dd509 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationInQuotes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationInQuotes.txt
@@ -46,37 +46,37 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title",
+ },
+ "title": "The Book Title",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title.",
+ },
+ "title": "The Book Title.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationMacro.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationMacro.txt
index 03d5a07e..64ec4515 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationMacro.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationMacro.txt
@@ -53,15 +53,15 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "http://example.com",
+ "URL": "http://example.com",
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "John"
}
- ],
- "id": 276,
- "title": "Chapter Title",
+ ],
+ "id": 276,
+ "title": "Chapter Title",
"type": "chapter"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationNasty.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationNasty.txt
index 7ce56860..24659151 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationNasty.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationNasty.txt
@@ -975,23 +975,23 @@ bibliography
>>===== INPUT =====>>
[
{
- "archive": "Bancroft Library, University of California at Berkeley",
- "archive_location": "MSS C-E 191",
+ "archive": "Bancroft Library, University of California at Berkeley",
+ "archive_location": "MSS C-E 191",
"author": [
{
- "family": "Savage",
+ "family": "Savage",
"given": "Thomas"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"1879"
]
]
- },
- "title": "Report of Labors in Archives and Procuring Material for History of California: And Related Material",
+ },
+ "title": "Report of Labors in Archives and Procuring Material for History of California: And Related Material",
"type": "manuscript"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationOutsideQuotes.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationOutsideQuotes.txt
index b3f55d59..36fedd84 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationOutsideQuotes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationOutsideQuotes.txt
@@ -46,37 +46,37 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title",
+ },
+ "title": "The Book Title",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "The Book Title.",
+ },
+ "title": "The Book Title.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationWithInnerQuote.txt b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationWithInnerQuote.txt
index 6dac3cd3..23b0ebb4 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationWithInnerQuote.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/quotes_PunctuationWithInnerQuote.txt
@@ -41,8 +41,8 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "item-1",
- "title": "This is 'The One'",
+ "id": "item-1",
+ "title": "This is 'The One'",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/simplespace_case1.txt b/tests/fixtures/basic-tests/processor-tests/humans/simplespace_case1.txt
index a9954350..c8ac6e2c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/simplespace_case1.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/simplespace_case1.txt
@@ -198,22 +198,22 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "Jhon"
}
- ],
- "container-title": "Some title",
- "edition": "Vintage First edition",
- "id": "ITEM-1",
+ ],
+ "container-title": "Some title",
+ "edition": "Vintage First edition",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
1992
]
]
- },
- "page": "250-300",
- "publisher": "Vintage",
+ },
+ "page": "250-300",
+ "publisher": "Vintage",
"type": "chapter"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyle.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyle.txt
index 196b8e09..8c2e18c2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyle.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyle.txt
@@ -94,173 +94,173 @@ bibliography
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1989"
]
]
- },
- "title": "Book One",
+ },
+ "title": "Book One",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"1991"
]
]
- },
- "title": "Book Three",
+ },
+ "title": "Book Three",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Allen",
+ "family": "Allen",
"given": "Carl"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"1992"
]
]
- },
- "title": "Book Four",
+ },
+ "title": "Book Four",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Frank",
+ "family": "Frank",
"given": "Beauregarde"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"1997"
]
]
- },
- "title": "Book Six",
+ },
+ "title": "Book Six",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"1989"
]
]
- },
- "title": "Book Two",
+ },
+ "title": "Book Two",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Frank",
+ "family": "Frank",
"given": "Beauregarde"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"1995"
]
]
- },
- "title": "Book Five",
+ },
+ "title": "Book Five",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Roberts",
+ "family": "Roberts",
"given": "Lionel"
- },
+ },
{
- "family": "Jones",
+ "family": "Jones",
"given": "Theresa"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"1993"
]
]
- },
- "title": "Book Seven",
+ },
+ "title": "Book Seven",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Jones",
+ "family": "Jones",
"given": "Theresa"
- },
+ },
{
- "family": "Roberts",
+ "family": "Roberts",
"given": "Lionel"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"1997"
]
]
- },
- "title": "Book Eight",
+ },
+ "title": "Book Eight",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyleReverseGroups.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyleReverseGroups.txt
index fe35f881..2df559dd 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyleReverseGroups.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_AguStyleReverseGroups.txt
@@ -94,173 +94,173 @@ bibliography
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"1989"
]
]
- },
- "title": "Book One",
+ },
+ "title": "Book One",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"1989"
]
]
- },
- "title": "Book Two",
+ },
+ "title": "Book Two",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"1991"
]
]
- },
- "title": "Book Three",
+ },
+ "title": "Book Three",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Allen",
+ "family": "Allen",
"given": "Carl"
}
- ],
- "id": "item-4",
+ ],
+ "id": "item-4",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book Four",
+ },
+ "title": "Book Four",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Frank",
+ "family": "Frank",
"given": "Beauregarde"
}
- ],
- "id": "item-5",
+ ],
+ "id": "item-5",
"issued": {
"date-parts": [
[
"1995"
]
]
- },
- "title": "Book Five",
+ },
+ "title": "Book Five",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Frank",
+ "family": "Frank",
"given": "Beauregarde"
}
- ],
- "id": "item-6",
+ ],
+ "id": "item-6",
"issued": {
"date-parts": [
[
"1997"
]
]
- },
- "title": "Book Six",
+ },
+ "title": "Book Six",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Roberts",
+ "family": "Roberts",
"given": "Lionel"
- },
+ },
{
- "family": "Jones",
+ "family": "Jones",
"given": "Theresa"
}
- ],
- "id": "item-7",
+ ],
+ "id": "item-7",
"issued": {
"date-parts": [
[
"1993"
]
]
- },
- "title": "Book Seven",
+ },
+ "title": "Book Seven",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Smith",
+ "family": "Smith",
"given": "Al"
- },
+ },
{
- "family": "Jones",
+ "family": "Jones",
"given": "Theresa"
- },
+ },
{
- "family": "Roberts",
+ "family": "Roberts",
"given": "Lionel"
}
- ],
- "id": "item-8",
+ ],
+ "id": "item-8",
"issued": {
"date-parts": [
[
"1997"
]
]
- },
- "title": "Book Eight",
+ },
+ "title": "Book Eight",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescending.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescending.txt
index a4dfe7c3..2fb75870 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescending.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescending.txt
@@ -49,43 +49,43 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "item-1",
- "title": "Book One",
+ "id": "item-1",
+ "title": "Book One",
"type": "book"
- },
+ },
{
- "id": "item-3",
- "title": "Book Three",
+ "id": "item-3",
+ "title": "Book Three",
"type": "book"
- },
+ },
{
- "id": "item-4",
- "title": "Book Four",
+ "id": "item-4",
+ "title": "Book Four",
"type": "book"
- },
+ },
{
- "id": "item-6",
- "title": "Book Six",
+ "id": "item-6",
+ "title": "Book Six",
"type": "book"
- },
+ },
{
- "id": "item-2",
- "title": "Book Two",
+ "id": "item-2",
+ "title": "Book Two",
"type": "book"
- },
+ },
{
- "id": "item-5",
- "title": "Book Five",
+ "id": "item-5",
+ "title": "Book Five",
"type": "book"
- },
+ },
{
- "id": "item-7",
- "title": "Book Seven",
+ "id": "item-7",
+ "title": "Book Seven",
"type": "book"
- },
+ },
{
- "id": "item-8",
- "title": "Book Eight",
+ "id": "item-8",
+ "title": "Book Eight",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescendingViaMacro.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescendingViaMacro.txt
index f4078724..d2768f6e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescendingViaMacro.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyCitationNumberDescendingViaMacro.txt
@@ -52,43 +52,43 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "item-1",
- "title": "Book One",
+ "id": "item-1",
+ "title": "Book One",
"type": "book"
- },
+ },
{
- "id": "item-3",
- "title": "Book Three",
+ "id": "item-3",
+ "title": "Book Three",
"type": "book"
- },
+ },
{
- "id": "item-4",
- "title": "Book Four",
+ "id": "item-4",
+ "title": "Book Four",
"type": "book"
- },
+ },
{
- "id": "item-6",
- "title": "Book Six",
+ "id": "item-6",
+ "title": "Book Six",
"type": "book"
- },
+ },
{
- "id": "item-2",
- "title": "Book Two",
+ "id": "item-2",
+ "title": "Book Two",
"type": "book"
- },
+ },
{
- "id": "item-5",
- "title": "Book Five",
+ "id": "item-5",
+ "title": "Book Five",
"type": "book"
- },
+ },
{
- "id": "item-7",
- "title": "Book Seven",
+ "id": "item-7",
+ "title": "Book Seven",
"type": "book"
- },
+ },
{
- "id": "item-8",
- "title": "Book Eight",
+ "id": "item-8",
+ "title": "Book Eight",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyNosortOption.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyNosortOption.txt
index 51e0f5f8..80dd177f 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyNosortOption.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_BibliographyNosortOption.txt
@@ -52,21 +52,21 @@ bibliography-nosort
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveBibliography.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveBibliography.txt
index 13a6f7f0..99e173b3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveBibliography.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveBibliography.txt
@@ -57,17 +57,17 @@ bibliography
{
"family": "ABC"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
"family": "Aaa"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveCitation.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveCitation.txt
index 9d16a46c..7c87795d 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveCitation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_CaseInsensitiveCitation.txt
@@ -34,18 +34,18 @@ Aaa - ABC - Xyz
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "Xyz",
+ "id": "ITEM-1",
+ "title": "Xyz",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
- "title": "ABC",
+ "id": "ITEM-2",
+ "title": "ABC",
"type": "book"
- },
+ },
{
- "id": "ITEM-3",
- "title": "Aaa",
+ "id": "ITEM-3",
+ "title": "Aaa",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_ChangeInNameSort.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_ChangeInNameSort.txt
index 7425a630..c101ebba 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_ChangeInNameSort.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_ChangeInNameSort.txt
@@ -17,84 +17,84 @@ bibliography
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
- ],
+ ],
[
{
- "citationID": "CITATION-2",
+ "citationID": "CITATION-2",
"citationItems": [
{
"id": "ITEM-2"
}
- ],
+ ],
"properties": {
"noteIndex": 2
}
- },
+ },
[
[
- "CITATION-1",
+ "CITATION-1",
1
]
- ],
+ ],
[]
- ],
+ ],
[
{
- "citationID": "CITATION-3",
+ "citationID": "CITATION-3",
"citationItems": [
{
"id": "ITEM-3"
}
- ],
+ ],
"properties": {
"noteIndex": 3
}
- },
+ },
[
[
- "CITATION-1",
+ "CITATION-1",
1
- ],
+ ],
[
- "CITATION-3",
+ "CITATION-3",
3
]
- ],
+ ],
[]
- ],
+ ],
[
{
- "citationID": "CITATION-2",
+ "citationID": "CITATION-2",
"citationItems": [
{
"id": "ITEM-2"
}
- ],
+ ],
"properties": {
"noteIndex": 2
}
- },
+ },
[
[
- "CITATION-1",
+ "CITATION-1",
1
]
- ],
+ ],
[
[
- "CITATION-3",
+ "CITATION-3",
3
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix1.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix1.txt
index 02b5ca77..d62491cb 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix1.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix1.txt
@@ -392,39 +392,39 @@ bibliography
{
"family": "Beijing Zoo"
}
- ],
- "container-title": "Acta Zoologica Sinica",
- "id": "ITEM-1",
+ ],
+ "container-title": "Acta Zoologica Sinica",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"1974"
]
]
- },
- "page": "154-161",
- "title": "Observations on the breeding of the giant panda and the raising of its young [in Chinese]",
- "type": "article-journal",
+ },
+ "page": "154-161",
+ "title": "Observations on the breeding of the giant panda and the raising of its young [in Chinese]",
+ "type": "article-journal",
"volume": "20"
- },
+ },
{
"author": [
{
"literal": "Beijing Zoo"
}
- ],
- "container-title": "Acta Zoologica Sinica",
- "id": "ITEM-2",
+ ],
+ "container-title": "Acta Zoologica Sinica",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"1974"
]
]
- },
- "page": "139-147",
- "title": "On the diseases of the giant panda and their preventive and curative measures [in Chinese]",
- "type": "article-journal",
+ },
+ "page": "139-147",
+ "title": "On the diseases of the giant panda and their preventive and curative measures [in Chinese]",
+ "type": "article-journal",
"volume": "20"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix2.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix2.txt
index b3dcdaf0..76bb7fa5 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix2.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_ChicagoYearSuffix2.txt
@@ -393,39 +393,39 @@ bibliography
{
"literal": "Beijing Zoo"
}
- ],
- "container-title": "Acta Zoologica Sinica",
- "id": "ITEM-2",
+ ],
+ "container-title": "Acta Zoologica Sinica",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"1974"
]
]
- },
- "page": "139-147",
- "title": "On the diseases of the giant panda and their preventive and curative measures [in Chinese]",
- "type": "article-journal",
+ },
+ "page": "139-147",
+ "title": "On the diseases of the giant panda and their preventive and curative measures [in Chinese]",
+ "type": "article-journal",
"volume": "20"
- },
+ },
{
"author": [
{
"family": "Beijing Zoo"
}
- ],
- "container-title": "Acta Zoologica Sinica",
- "id": "ITEM-1",
+ ],
+ "container-title": "Acta Zoologica Sinica",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"1974"
]
]
- },
- "page": "154-161",
- "title": "Observations on the breeding of the giant panda and the raising of its young [in Chinese]",
- "type": "article-journal",
+ },
+ "page": "154-161",
+ "title": "Observations on the breeding of the giant panda and the raising of its young [in Chinese]",
+ "type": "article-journal",
"volume": "20"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_Citation.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_Citation.txt
index 5f39b029..3dba3820 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_Citation.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_Citation.txt
@@ -41,21 +41,21 @@ Doe; Roe
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_CiteGroupDelimiter.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_CiteGroupDelimiter.txt
index bbbf6198..92d63782 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_CiteGroupDelimiter.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_CiteGroupDelimiter.txt
@@ -43,52 +43,52 @@ Banda 1999; Aalto 2000, Aalto 2001
{
"author": [
{
- "family": "Aalto",
+ "family": "Aalto",
"given": "Alan"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
2001
]
]
- },
+ },
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Aalto",
+ "family": "Aalto",
"given": "Alan"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
2000
]
]
- },
+ },
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Banda",
+ "family": "Banda",
"given": "Gino"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"issued": {
"date-parts": [
[
1999
]
]
- },
+ },
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_ConditionalMacroDates.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_ConditionalMacroDates.txt
index b4621711..6dbc2514 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_ConditionalMacroDates.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_ConditionalMacroDates.txt
@@ -62,45 +62,45 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "item-1",
+ "id": "item-1",
"issued": {
"date-parts": [
[
- 2002,
- 12,
+ 2002,
+ 12,
25
]
]
- },
- "title": "Title 2",
+ },
+ "title": "Title 2",
"type": "article-journal"
- },
+ },
{
- "id": "item-2",
+ "id": "item-2",
"issued": {
"date-parts": [
[
- 2002,
- 11,
+ 2002,
+ 11,
30
]
]
- },
- "title": "Title 3",
+ },
+ "title": "Title 3",
"type": "book"
- },
+ },
{
- "id": "item-3",
+ "id": "item-3",
"issued": {
"date-parts": [
[
- 2002,
- 10,
+ 2002,
+ 10,
25
]
]
- },
- "title": "Title 1",
+ },
+ "title": "Title 1",
"type": "article-journal"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateMacroSortWithSecondFieldAlign.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateMacroSortWithSecondFieldAlign.txt
index 0b60fe8c..b5678f20 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateMacroSortWithSecondFieldAlign.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateMacroSortWithSecondFieldAlign.txt
@@ -54,21 +54,21 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "1965",
- "6",
+ "1965",
+ "6",
"1"
]
]
- },
- "title": "His Anonymous Life",
+ },
+ "title": "His Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariable.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariable.txt
index 187bead8..2af51ec2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariable.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariable.txt
@@ -34,27 +34,27 @@ Book B; Book A
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingA.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingA.txt
index 3c27c1d1..99ee9b1c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingA.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingA.txt
@@ -34,28 +34,28 @@ Book B; Book A
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingB.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingB.txt
index e9da2f61..553e3c74 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingB.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsAscendingB.txt
@@ -34,28 +34,28 @@ Book A; Book B
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingA.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingA.txt
index d4a57725..09223a64 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingA.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingA.txt
@@ -34,28 +34,28 @@ Book A; Book B
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingB.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingB.txt
index 17c14dd6..fb5b0337 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingB.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableMixedElementsDescendingB.txt
@@ -34,28 +34,28 @@ Book B; Book A
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRange.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRange.txt
index 518334f7..8ae65b31 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRange.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRange.txt
@@ -34,37 +34,37 @@ Book B; Book A
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
- ],
+ ],
[
- "2001",
+ "2001",
"5"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
- ],
+ ],
[
- "1999",
+ "1999",
"5"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRangeMixed.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRangeMixed.txt
index 5520b318..d058685e 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRangeMixed.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DateVariableRangeMixed.txt
@@ -34,33 +34,33 @@ Book B; Book A
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
- ],
+ ],
[
- "2001",
+ "2001",
"5"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
- "2000",
+ "2000",
"5"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_DropNameLabelInSort.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_DropNameLabelInSort.txt
index 2293f5eb..f9910c53 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_DropNameLabelInSort.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_DropNameLabelInSort.txt
@@ -122,45 +122,45 @@ mla-x.csl
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
- "title": "Hello",
+ ],
+ "id": "ITEM-1",
+ "title": "Hello",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-4",
- "title": "Hello",
+ ],
+ "id": "ITEM-4",
+ "title": "Hello",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Eamon"
}
- ],
- "id": "ITEM-2",
- "title": "Hello",
+ ],
+ "id": "ITEM-2",
+ "title": "Hello",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Egbert"
}
- ],
- "id": "ITEM-3",
- "title": "Hello",
+ ],
+ "id": "ITEM-3",
+ "title": "Hello",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_EtAlUseLast.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_EtAlUseLast.txt
index 4d7a2886..893a6837 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_EtAlUseLast.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_EtAlUseLast.txt
@@ -54,82 +54,82 @@ bibliography
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Blow",
+ "family": "Blow",
"given": "Joe"
- },
+ },
{
- "family": "Snow",
+ "family": "Snow",
"given": "John"
- },
+ },
{
- "family": "Gogh",
+ "family": "Gogh",
"given": "Vincent"
}
- ],
- "id": "ITEM-1",
- "title": "Book A",
+ ],
+ "id": "ITEM-1",
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Blow",
+ "family": "Blow",
"given": "Joe"
- },
+ },
{
- "family": "Snow",
+ "family": "Snow",
"given": "John"
- },
+ },
{
- "family": "Bogh",
+ "family": "Bogh",
"given": "Vincent"
}
- ],
- "id": "ITEM-2",
- "title": "Book A",
+ ],
+ "id": "ITEM-2",
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
- },
+ },
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Blow",
+ "family": "Blow",
"given": "Joe"
- },
+ },
{
- "family": "Snow",
+ "family": "Snow",
"given": "John"
- },
+ },
{
- "family": "Aogh",
+ "family": "Aogh",
"given": "Vincent"
}
- ],
- "id": "ITEM-3",
- "title": "Book A",
+ ],
+ "id": "ITEM-3",
+ "title": "Book A",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_FamilyOnly.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_FamilyOnly.txt
index f69eb998..dce2c960 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_FamilyOnly.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_FamilyOnly.txt
@@ -51,26 +51,26 @@ Test for issue described here:
{
"family": "ANZ Group"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
"family": "Aardvaark"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
- },
+ },
{
"author": [
{
"family": "Edelweis"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_GroupedByAuthorstring.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_GroupedByAuthorstring.txt
index 3fe189d1..31003fc0 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_GroupedByAuthorstring.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_GroupedByAuthorstring.txt
@@ -13,23 +13,23 @@ citation
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
- },
+ },
{
"id": "ITEM-2"
- },
+ },
{
"id": "ITEM-3"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_LatinUnicode.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_LatinUnicode.txt
index 3a8fe5c5..177603d1 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_LatinUnicode.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_LatinUnicode.txt
@@ -13,20 +13,20 @@ citation
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
- },
+ },
{
"id": "ITEM-2"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingA.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingA.txt
index 7da4ead1..6f2b3063 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingA.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingA.txt
@@ -18,32 +18,32 @@ bibliography
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
- },
+ },
{
"id": "ITEM-2"
- },
+ },
{
"id": "ITEM-3"
- },
+ },
{
"id": "ITEM-4"
- },
+ },
{
"id": "ITEM-5"
- },
+ },
{
"id": "ITEM-6"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingApostropheOnNameParticle.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingApostropheOnNameParticle.txt
index 3f74664d..60986d78 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingApostropheOnNameParticle.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_LeadingApostropheOnNameParticle.txt
@@ -22,38 +22,38 @@ bibliography
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
- },
+ },
{
"id": "ITEM-2"
- },
+ },
{
"id": "ITEM-3"
- },
+ },
{
"id": "ITEM-4"
- },
+ },
{
"id": "ITEM-5"
- },
+ },
{
"id": "ITEM-6"
- },
+ },
{
"id": "ITEM-7"
- },
+ },
{
"id": "ITEM-8"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_LocalizedDateLimitedParts.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_LocalizedDateLimitedParts.txt
index 3af9f637..a1d1f2cf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_LocalizedDateLimitedParts.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_LocalizedDateLimitedParts.txt
@@ -38,55 +38,55 @@ Book D; Book A; Book B; Book C
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
- "2000",
- "11",
+ "2000",
+ "11",
"2"
]
]
- },
- "title": "Book A",
+ },
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"2001"
]
]
- },
- "title": "Book C",
+ },
+ "title": "Book C",
"type": "book"
- },
+ },
{
- "id": "ITEM-3",
+ "id": "ITEM-3",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book D",
+ },
+ "title": "Book D",
"type": "book"
- },
+ },
{
- "id": "ITEM-4",
+ "id": "ITEM-4",
"issued": {
"date-parts": [
[
- "2000",
- "11",
+ "2000",
+ "11",
"1"
]
]
- },
- "title": "Book B",
+ },
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameImplicitSortOrderAndForm.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameImplicitSortOrderAndForm.txt
index de61d440..65c29f0c 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameImplicitSortOrderAndForm.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameImplicitSortOrderAndForm.txt
@@ -72,34 +72,34 @@ tests based on user data now cover this behavior:
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
- "title": "Book A",
+ ],
+ "id": "ITEM-1",
+ "title": "Book A",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-2",
- "title": "Book C",
+ ],
+ "id": "ITEM-2",
+ "title": "Book C",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "James"
}
- ],
- "id": "ITEM-3",
- "title": "Book B",
+ ],
+ "id": "ITEM-3",
+ "title": "Book B",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortFalse.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortFalse.txt
index c5a7455f..e8524160 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortFalse.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortFalse.txt
@@ -48,34 +48,34 @@ bibliography
{
"author": [
{
- "family": "Roe",
- "given": "Jane",
+ "family": "Roe",
+ "given": "Jane",
"non-dropping-particle": "van"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Noakes",
- "given": "John",
+ "family": "Noakes",
+ "given": "John",
"non-dropping-particle": "di"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John",
+ "family": "Doe",
+ "given": "John",
"non-dropping-particle": "von"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortTrue.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortTrue.txt
index e95a822c..0678ebf3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortTrue.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameParticleInNameSortTrue.txt
@@ -48,34 +48,34 @@ bibliography
{
"author": [
{
- "family": "Roe",
- "given": "Jane",
+ "family": "Roe",
+ "given": "Jane",
"non-dropping-particle": "van"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Noakes",
- "given": "John",
+ "family": "Noakes",
+ "given": "John",
"non-dropping-particle": "di"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John",
+ "family": "Doe",
+ "given": "John",
"non-dropping-particle": "von"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameVariable.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameVariable.txt
index a3e90a9c..6f8b93ab 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_NameVariable.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_NameVariable.txt
@@ -47,31 +47,31 @@ bibliography
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "[F]linders",
+ "family": "[F]linders",
"given": "Jacob"
}
- ],
- "id": "ITEM-3",
+ ],
+ "id": "ITEM-3",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_NamesUseLast.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_NamesUseLast.txt
index 23d8f331..a5352e88 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_NamesUseLast.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_NamesUseLast.txt
@@ -64,53 +64,53 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Anderson",
+ "family": "Anderson",
"given": "Alvin"
- },
+ },
{
- "family": "Zotero",
+ "family": "Zotero",
"given": "Zoe"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"issued": {
"date-parts": [
[
"1999"
]
]
- },
- "title": "Book Two",
+ },
+ "title": "Book Two",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Xerxes",
+ "family": "Xerxes",
"given": "Xavier"
- },
+ },
{
- "family": "Boop",
+ "family": "Boop",
"given": "Betty"
}
- ],
- "id": "ITEM-2",
+ ],
+ "id": "ITEM-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book One",
+ },
+ "title": "Book One",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_NumberOfAuthorsAsKey.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_NumberOfAuthorsAsKey.txt
index 402fd0ed..714fc8be 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_NumberOfAuthorsAsKey.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_NumberOfAuthorsAsKey.txt
@@ -68,67 +68,67 @@ bibliography
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "item-1",
+ ],
+ "id": "item-1",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book One",
+ },
+ "title": "Book One",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Doe",
+ "family": "Doe",
"given": "Jake"
- },
+ },
{
- "family": "Jones",
+ "family": "Jones",
"given": "Robert"
}
- ],
- "id": "item-2",
+ ],
+ "id": "item-2",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book Three",
+ },
+ "title": "Book Three",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
- },
+ },
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "item-3",
+ ],
+ "id": "item-3",
"issued": {
"date-parts": [
[
"2000"
]
]
- },
- "title": "Book Two",
+ },
+ "title": "Book Two",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_Quotes.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_Quotes.txt
index 17e810e7..3f054124 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_Quotes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_Quotes.txt
@@ -17,23 +17,23 @@ bibliography
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-1"
- },
+ },
{
"id": "ITEM-2"
- },
+ },
{
"id": "ITEM-3"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_RangeUnaffected.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_RangeUnaffected.txt
index c7875808..b4cea152 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_RangeUnaffected.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_RangeUnaffected.txt
@@ -14,41 +14,41 @@ citation
[
[
{
- "citationID": "CITATION-1",
+ "citationID": "CITATION-1",
"citationItems": [
{
"id": "ITEM-2"
- },
+ },
{
"id": "ITEM-3"
- },
+ },
{
"id": "ITEM-1"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[]
- ],
+ ],
[
{
- "citationID": "CITATION-2",
+ "citationID": "CITATION-2",
"citationItems": [
{
"id": "ITEM-1"
}
- ],
+ ],
"properties": {
"noteIndex": 1
}
- },
- [],
+ },
+ [],
[
[
- "CITATION-1",
+ "CITATION-1",
2
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_SeparateAuthorsAndOthers.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_SeparateAuthorsAndOthers.txt
index 8be8c0e3..ae52456b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_SeparateAuthorsAndOthers.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_SeparateAuthorsAndOthers.txt
@@ -133,45 +133,45 @@ mla-x.csl
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
- "title": "Hello 1",
+ ],
+ "id": "ITEM-1",
+ "title": "Hello 1",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-4",
- "title": "Hello 4",
+ ],
+ "id": "ITEM-4",
+ "title": "Hello 4",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Barbitol"
}
- ],
- "id": "ITEM-2",
- "title": "Hello 2",
+ ],
+ "id": "ITEM-2",
+ "title": "Hello 2",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John Egbert"
}
- ],
- "id": "ITEM-3",
- "title": "Hello 3",
+ ],
+ "id": "ITEM-3",
+ "title": "Hello 3",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldAscending.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldAscending.txt
index c23a3cb5..f869cbce 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldAscending.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldAscending.txt
@@ -43,19 +43,19 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "Book A",
+ "id": "ITEM-1",
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
- "status": "forthcoming",
- "title": "Book B",
+ "id": "ITEM-2",
+ "status": "forthcoming",
+ "title": "Book B",
"type": "book"
- },
+ },
{
- "id": "ITEM-3",
- "title": "Book C",
+ "id": "ITEM-3",
+ "title": "Book C",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldDescending.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldDescending.txt
index c0b1f6c4..3f6c2d76 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldDescending.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_StatusFieldDescending.txt
@@ -43,19 +43,19 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "title": "Book A",
+ "id": "ITEM-1",
+ "title": "Book A",
"type": "book"
- },
+ },
{
- "id": "ITEM-2",
- "status": "forthcoming",
- "title": "Book B",
+ "id": "ITEM-2",
+ "status": "forthcoming",
+ "title": "Book B",
"type": "book"
- },
+ },
{
- "id": "ITEM-3",
- "title": "Book C",
+ "id": "ITEM-3",
+ "title": "Book C",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_StripMarkup.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_StripMarkup.txt
index 60d3ab8f..320330f3 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_StripMarkup.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_StripMarkup.txt
@@ -38,23 +38,23 @@ Doe, Roe
{
"author": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John"
}
- ],
- "id": "ITEM-1",
- "title": "A Full Anonymous Life",
+ ],
+ "id": "ITEM-1",
+ "title": "A Full Anonymous Life",
"type": "book"
- },
+ },
{
"author": [
{
- "family": "Roe",
+ "family": "Roe",
"given": "Jane"
}
- ],
- "id": "ITEM-2",
- "title": "A Full Anonymous Life",
+ ],
+ "id": "ITEM-2",
+ "title": "A Full Anonymous Life",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_SubstituteTitle.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_SubstituteTitle.txt
index d43a70e4..6913929b 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_SubstituteTitle.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_SubstituteTitle.txt
@@ -392,77 +392,77 @@ bibliography
>>===== INPUT =====>>
[
{
- "URL": "http://www.guardian.co.uk/commentisfree/2011/jul/31/blue-sky-thinking",
+ "URL": "http://www.guardian.co.uk/commentisfree/2011/jul/31/blue-sky-thinking",
"accessed": {
"date-parts": [
[
- 2011,
- 7,
+ 2011,
+ 7,
31
]
]
- },
+ },
"author": [
{
- "family": "Brooker",
- "given": "Charlie",
+ "family": "Brooker",
+ "given": "Charlie",
"isInstitution": ""
}
- ],
- "container-title": "The Guardian",
- "event-place": "London",
- "id": 67,
+ ],
+ "container-title": "The Guardian",
+ "event-place": "London",
+ "id": 67,
"issued": {
"date-parts": [
[
- 2011,
- 7,
+ 2011,
+ 7,
31
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "publisher-place": "London",
- "title": "Let's think outside the box here: maybe blue-sky thinking is nonsense",
+ },
+ "publisher-place": "London",
+ "title": "Let's think outside the box here: maybe blue-sky thinking is nonsense",
"type": "article-newspaper"
- },
+ },
{
- "URL": "http://www.guardian.co.uk/commentisfree/2011/jul/24/charlie-brooker-norway-mass-killings",
+ "URL": "http://www.guardian.co.uk/commentisfree/2011/jul/24/charlie-brooker-norway-mass-killings",
"accessed": {
"date-parts": [
[
- 2011,
- 7,
+ 2011,
+ 7,
31
]
]
- },
+ },
"author": [
{
- "family": "Brooker",
- "given": "Charlie",
+ "family": "Brooker",
+ "given": "Charlie",
"isInstitution": ""
}
- ],
- "container-title": "The Guardian",
- "event-place": "London",
- "id": 66,
+ ],
+ "container-title": "The Guardian",
+ "event-place": "London",
+ "id": 66,
"issued": {
"date-parts": [
[
- "2011",
- 7,
+ "2011",
+ 7,
24
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "publisher-place": "London",
- "title": "The news coverage of the Norway mass-killings was fact-free conjecture",
+ },
+ "publisher-place": "London",
+ "title": "The news coverage of the Norway mass-killings was fact-free conjecture",
"type": "article-newspaper"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros1.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros1.txt
index b5eb4bb5..d6de4ce2 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros1.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros1.txt
@@ -287,91 +287,91 @@ bibliography
{
"author": [
{
- "family": "Doe",
- "given": "Jane B.",
+ "family": "Doe",
+ "given": "Jane B.",
"isInstitution": ""
- },
+ },
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 19,
+ ],
+ "container-title": "Test",
+ "id": 19,
"issued": {
"date-parts": [
[
2009
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "1-2",
- "title": "Title 1",
- "type": "article-journal",
+ },
+ "page": "1-2",
+ "title": "Title 1",
+ "type": "article-journal",
"volume": "1"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
- },
+ },
{
- "family": "Smith",
- "given": "John A.",
+ "family": "Smith",
+ "given": "John A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 25,
+ ],
+ "container-title": "Test",
+ "id": 25,
"issued": {
"date-parts": [
[
2010
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "1-2",
- "title": "Title 2",
- "type": "article-journal",
+ },
+ "page": "1-2",
+ "title": "Title 2",
+ "type": "article-journal",
"volume": "2"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
- },
+ },
{
- "family": "Bloggs",
- "given": "Joe A.",
+ "family": "Bloggs",
+ "given": "Joe A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 27,
+ ],
+ "container-title": "Test",
+ "id": 27,
"issued": {
"date-parts": [
[
2011
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "3-4",
- "title": "Title 3",
- "type": "article-journal",
+ },
+ "page": "3-4",
+ "title": "Title 3",
+ "type": "article-journal",
"volume": "3"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros2.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros2.txt
index 29f0c59c..4e3501ba 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros2.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros2.txt
@@ -287,91 +287,91 @@ bibliography
{
"author": [
{
- "family": "Doe",
- "given": "Jane B.",
+ "family": "Doe",
+ "given": "Jane B.",
"isInstitution": ""
- },
+ },
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 19,
+ ],
+ "container-title": "Test",
+ "id": 19,
"issued": {
"date-parts": [
[
2009
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "1-2",
- "title": "Title 1",
- "type": "article-journal",
+ },
+ "page": "1-2",
+ "title": "Title 1",
+ "type": "article-journal",
"volume": "1"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
- },
+ },
{
- "family": "Smith",
- "given": "John A.",
+ "family": "Smith",
+ "given": "John A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 25,
+ ],
+ "container-title": "Test",
+ "id": 25,
"issued": {
"date-parts": [
[
2010
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "1-2",
- "title": "Title 2",
- "type": "article-journal",
+ },
+ "page": "1-2",
+ "title": "Title 2",
+ "type": "article-journal",
"volume": "2"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
- },
+ },
{
- "family": "Bloggs",
- "given": "Joe A.",
+ "family": "Bloggs",
+ "given": "Joe A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 27,
+ ],
+ "container-title": "Test",
+ "id": 27,
"issued": {
"date-parts": [
[
2011
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "3-4",
- "title": "Title 3",
- "type": "article-journal",
+ },
+ "page": "3-4",
+ "title": "Title 3",
+ "type": "article-journal",
"volume": "3"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros3.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros3.txt
index a56559c2..27f3afae 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros3.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_VariousNameMacros3.txt
@@ -288,91 +288,91 @@ bibliography
{
"author": [
{
- "family": "Doe",
- "given": "Jane B.",
+ "family": "Doe",
+ "given": "Jane B.",
"isInstitution": ""
- },
+ },
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 19,
+ ],
+ "container-title": "Test",
+ "id": 19,
"issued": {
"date-parts": [
[
2009
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "1-2",
- "title": "Title 1",
- "type": "article-journal",
+ },
+ "page": "1-2",
+ "title": "Title 1",
+ "type": "article-journal",
"volume": "1"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
- },
+ },
{
- "family": "Smith",
- "given": "John A.",
+ "family": "Smith",
+ "given": "John A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 25,
+ ],
+ "container-title": "Test",
+ "id": 25,
"issued": {
"date-parts": [
[
2010
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "1-2",
- "title": "Title 2",
- "type": "article-journal",
+ },
+ "page": "1-2",
+ "title": "Title 2",
+ "type": "article-journal",
"volume": "2"
- },
+ },
{
"author": [
{
- "family": "Doe",
- "given": "John A.",
+ "family": "Doe",
+ "given": "John A.",
"isInstitution": ""
- },
+ },
{
- "family": "Bloggs",
- "given": "Joe A.",
+ "family": "Bloggs",
+ "given": "Joe A.",
"isInstitution": ""
}
- ],
- "container-title": "Test",
- "id": 27,
+ ],
+ "container-title": "Test",
+ "id": 27,
"issued": {
"date-parts": [
[
2011
]
]
- },
+ },
"multi": {
"_keys": {}
- },
- "page": "3-4",
- "title": "Title 3",
- "type": "article-journal",
+ },
+ "page": "3-4",
+ "title": "Title 3",
+ "type": "article-journal",
"volume": "3"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/sort_WithAndInOneEntry.txt b/tests/fixtures/basic-tests/processor-tests/humans/sort_WithAndInOneEntry.txt
index 19a99a57..900c6134 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/sort_WithAndInOneEntry.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/sort_WithAndInOneEntry.txt
@@ -10,60 +10,60 @@ citation
[
[
{
- "citationID": "29lcbr8ict",
+ "citationID": "29lcbr8ict",
"citationItems": [
{
- "id": "315",
+ "id": "315",
"label": "page"
- },
+ },
{
- "id": "313",
+ "id": "313",
"label": "page"
- },
+ },
{
- "id": "328",
+ "id": "328",
"label": "page"
- },
+ },
{
- "id": "317",
+ "id": "317",
"label": "page"
- },
+ },
{
- "id": "327",
+ "id": "327",
"label": "page"
- },
+ },
{
- "id": "311",
+ "id": "311",
"label": "page"
- },
+ },
{
- "id": "320",
+ "id": "320",
"label": "page"
- },
+ },
{
- "id": "318",
+ "id": "318",
"label": "page"
- },
+ },
{
- "id": "323",
+ "id": "323",
"label": "page"
- },
+ },
{
- "id": "324",
+ "id": "324",
"label": "page"
- },
+ },
{
- "id": "325",
+ "id": "325",
"label": "page"
}
- ],
+ ],
"properties": {
- "index": 0,
+ "index": 0,
"noteIndex": 0
- },
+ },
"schema": "https://github.com/citation-style-language/schema/raw/master/csl-citation.json"
- },
- [],
+ },
+ [],
[]
]
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/substitute_RepeatedNamesOk.txt b/tests/fixtures/basic-tests/processor-tests/humans/substitute_RepeatedNamesOk.txt
index c04fce60..1297e0a9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/substitute_RepeatedNamesOk.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/substitute_RepeatedNamesOk.txt
@@ -52,17 +52,17 @@ Ma Ry, Ma Ry, Kwite Kontrari
{
"author": [
{
- "family": "Ry",
+ "family": "Ry",
"given": "Ma"
}
- ],
+ ],
"editor": [
{
- "family": "Kontrari",
+ "family": "Kontrari",
"given": "Kwite"
}
- ],
- "id": "ITEM-1",
+ ],
+ "id": "ITEM-1",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/substitute_SuppressOrdinaryVariable.txt b/tests/fixtures/basic-tests/processor-tests/humans/substitute_SuppressOrdinaryVariable.txt
index e97806ec..42de4356 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/substitute_SuppressOrdinaryVariable.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/substitute_SuppressOrdinaryVariable.txt
@@ -77,33 +77,33 @@ bibliography
>>===== INPUT =====>>
[
{
- "id": "ITEM-1",
- "publisher": "The Publisher",
- "title": "The Title",
+ "id": "ITEM-1",
+ "publisher": "The Publisher",
+ "title": "The Title",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "John-boy"
}
- ],
- "id": "ITEM-2",
- "publisher": "The Publisher",
- "title": "The Title",
+ ],
+ "id": "ITEM-2",
+ "publisher": "The Publisher",
+ "title": "The Title",
"type": "book"
- },
+ },
{
"editor": [
{
- "family": "Doe",
+ "family": "Doe",
"given": "Jane-girl"
}
- ],
- "id": "ITEM-3",
- "publisher": "The Organization",
- "title": "The Title",
+ ],
+ "id": "ITEM-3",
+ "publisher": "The Organization",
+ "title": "The Title",
"type": "report"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable.txt
index 771d2391..5033a67a 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable.txt
@@ -31,7 +31,7 @@ citation
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_affixes.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_affixes.txt
index 219d5776..391f1023 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_affixes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_affixes.txt
@@ -35,7 +35,7 @@ this is a Random TITLE.)
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-style.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-style.txt
index cb16324f..30e56a93 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-style.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-style.txt
@@ -35,7 +35,7 @@ this is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-variant.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-variant.txt
index 3500feea..6e0158bf 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-variant.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-variant.txt
@@ -33,7 +33,7 @@ this is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-weight.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-weight.txt
index 797314c2..ad08caa9 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-weight.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_font-weight.txt
@@ -35,7 +35,7 @@ this is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_quotes.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_quotes.txt
index 493bbbe5..b6d64982 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_quotes.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_quotes.txt
@@ -35,7 +35,7 @@ this is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_strip-periods.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_strip-periods.txt
index ad6f7bdd..c01c34ee 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_strip-periods.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_strip-periods.txt
@@ -33,7 +33,7 @@ this is a Random TITLE
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-case.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-case.txt
index a3392002..154f5524 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-case.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-case.txt
@@ -40,7 +40,7 @@ This is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-decoration.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-decoration.txt
index bcf3be00..a7f71528 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-decoration.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_text-decoration.txt
@@ -33,7 +33,7 @@ this is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_vertical-align.txt b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_vertical-align.txt
index 3339bf19..746c89bb 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text-variable_vertical-align.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text-variable_vertical-align.txt
@@ -35,7 +35,7 @@ this is a Random TITLE.
>>===== INPUT =====>>
[
{
- "title": "this is a Random TITLE.",
+ "title": "this is a Random TITLE.",
"type": "book"
}
]
diff --git a/tests/fixtures/basic-tests/processor-tests/humans/text_renderCitationNumber.txt b/tests/fixtures/basic-tests/processor-tests/humans/text_renderCitationNumber.txt
index 3b558f12..d4b40771 100644
--- a/tests/fixtures/basic-tests/processor-tests/humans/text_renderCitationNumber.txt
+++ b/tests/fixtures/basic-tests/processor-tests/humans/text_renderCitationNumber.txt
@@ -11,7 +11,7 @@ citation
[
{
"id": "ITEM-1"
- },
+ },
{
"id": "ITEM-3"
}
diff --git a/tests/fixtures/basic-tests/processor.py b/tests/fixtures/basic-tests/processor.py
index 8869a973..472738d7 100755
--- a/tests/fixtures/basic-tests/processor.py
+++ b/tests/fixtures/basic-tests/processor.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
from __future__ import print_function
import sys,os,re
diff --git a/tests/src/CiteProcTest.php b/tests/src/CiteProcTest.php
index f3d1b986..e0d0be64 100644
--- a/tests/src/CiteProcTest.php
+++ b/tests/src/CiteProcTest.php
@@ -26,7 +26,7 @@ class CiteProcTest extends TestCase
*/
private $citeProc;
- public function setUp()
+ public function setUp(): void
{
//parent::setU
}
diff --git a/tests/src/ContextTest.php b/tests/src/ContextTest.php
index 934b1d80..758eff48 100644
--- a/tests/src/ContextTest.php
+++ b/tests/src/ContextTest.php
@@ -28,7 +28,7 @@ class ContextTest extends TestCase
*/
private $context;
- public function setUp()
+ public function setUp(): void
{
$style = StyleSheet::loadStyleSheet("din-1505-2");
$this->citeProc = new CiteProc($style, "de-DE");
diff --git a/tests/src/Locale/LocaleTest.php b/tests/src/Locale/LocaleTest.php
index d5b87c65..d17febfe 100644
--- a/tests/src/Locale/LocaleTest.php
+++ b/tests/src/Locale/LocaleTest.php
@@ -29,7 +29,7 @@ public function testFilterTerms()
static::assertEquals("o. J.", $a2->{'single'});
}
- protected function setUp()
+ protected function setUp(): void
{
$this->object = new Locale("de-DE");
}
diff --git a/tests/src/Rendering/GroupTest.php b/tests/src/Rendering/GroupTest.php
index 3a3ffce8..b1523a04 100644
--- a/tests/src/Rendering/GroupTest.php
+++ b/tests/src/Rendering/GroupTest.php
@@ -21,7 +21,7 @@ class GroupTest extends TestCase
private $data = "{\"title\":\"Ein Buch\", \"URL\":\"http://foo.bar\"}";
- public function setUp()
+ public function setUp(): void
{
parent::setUp(); // TODO: Change the autogenerated stub
$context = new Context();
diff --git a/tests/src/Rendering/Name/NamesTest.php b/tests/src/Rendering/Name/NamesTest.php
index 59b1414f..d4c10533 100644
--- a/tests/src/Rendering/Name/NamesTest.php
+++ b/tests/src/Rendering/Name/NamesTest.php
@@ -17,7 +17,7 @@ class NamesTest extends TestCase
use TestSuiteTestCaseTrait;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
}
diff --git a/tests/src/Rendering/NumberTest.php b/tests/src/Rendering/NumberTest.php
index 27624295..a70d5329 100644
--- a/tests/src/Rendering/NumberTest.php
+++ b/tests/src/Rendering/NumberTest.php
@@ -19,7 +19,7 @@ class NumberTest extends TestCase
{
use TestSuiteTestCaseTrait;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
$context = new Context();
diff --git a/tests/src/Rendering/TextTest.php b/tests/src/Rendering/TextTest.php
index 237def90..c52ff133 100644
--- a/tests/src/Rendering/TextTest.php
+++ b/tests/src/Rendering/TextTest.php
@@ -39,7 +39,7 @@ class TextTest extends TestCase
*/
private $citeproc;
- public function setUp()
+ public function setUp(): void
{
}
diff --git a/tests/src/Style/MacroTest.php b/tests/src/Style/MacroTest.php
index 6ccfb636..410f2f23 100644
--- a/tests/src/Style/MacroTest.php
+++ b/tests/src/Style/MacroTest.php
@@ -15,7 +15,7 @@
class MacroTest extends TestCase
{
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
}
diff --git a/tests/src/Util/PageHelperTest.php b/tests/src/Util/PageHelperTest.php
index 2837e712..92483a87 100644
--- a/tests/src/Util/PageHelperTest.php
+++ b/tests/src/Util/PageHelperTest.php
@@ -22,7 +22,7 @@ class PageHelperTest extends TestCase
private $minimalTwo;
private $expanded;
- public function setUp()
+ public function setUp(): void
{
parent::setUp();
$this->chicago = new PageRangeFormats(PageRangeFormats::CHICAGO);