citeproc-0.1: test/csl/disambiguate_ByCiteRetainNamesOnFailureIfYearSuffixNotAvailable.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
This no longer does what the fixture name suggests, because the
names-based disambiguation no longer fails.
>>===== RESULT =====>>
Asthma, Bosworth Bronchitis, et al. (1990); Asthma, Beauregarde Bronchitis, et al. (1990); Dropsy, Edward Enteritis, et al. (2000); Dropsy, Ernie Enteritis, et al. (2000)
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation
disambiguate-add-givenname="true"
disambiguate-add-names="true"
et-al-min="3"
et-al-use-first="1"
givenname-disambiguation-rule="by-cite">
<layout delimiter="; ">
<names delimiter="[X] " variable="author">
<name delimiter=", " form="short" initialize-with="." />
</names>
<group prefix=" (" suffix=")">
<date variable="issued">
<date-part name="year" />
</date>
<text variable="year-suffix" />
</group>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Asthma",
"given": "Albert"
},
{
"family": "Bronchitis",
"given": "Bosworth"
},
{
"family": "Cold",
"given": "Crispin"
}
],
"id": "ITEM-1",
"issued": {
"date-parts": [
[
"1990"
]
]
},
"title": "Book A",
"type": "book"
},
{
"author": [
{
"family": "Asthma",
"given": "Albert"
},
{
"family": "Bronchitis",
"given": "Beauregarde"
},
{
"family": "Cold",
"given": "Crispin"
}
],
"id": "ITEM-2",
"issued": {
"date-parts": [
[
"1990"
]
]
},
"title": "Book B",
"type": "book"
},
{
"author": [
{
"family": "Dropsy",
"given": "Devon"
},
{
"family": "Enteritis",
"given": "Edward"
},
{
"family": "Fever",
"given": "Xavier"
}
],
"id": "ITEM-3",
"issued": {
"date-parts": [
[
"2000"
]
]
},
"title": "Book C",
"type": "book"
},
{
"author": [
{
"family": "Dropsy",
"given": "Devon"
},
{
"family": "Enteritis",
"given": "Ernie"
},
{
"family": "Fever",
"given": "Yves"
}
],
"id": "ITEM-4",
"issued": {
"date-parts": [
[
"2000"
]
]
},
"title": "Book D",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<