citeproc-0.1: test/csl/disambiguate_LastOnlyFailWithByCite.txt
>>==== MODE ====>>
citation
<<==== MODE ====<<
>>==== RESULT ====>>
Organisation 2010a
Organisation 2010b
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1"
}
],
[
{
"id": "ITEM-2"
}
]
]
<<==== CITATION-ITEMS ====<<
>>==== CSL ====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="in-text"
version="1.0">
<info>
<id />
<title />
<updated>2009-08-10T04:49:00+09:00</updated>
</info>
<citation et-al-min="4"
et-al-use-first="1"
et-al-subsequent-min="4"
et-al-subsequent-use-first="1"
disambiguate-add-givenname="true"
givenname-disambiguation-rule="by-cite"
disambiguate-add-year-suffix="true"
collapse="year">
<layout delimiter="; ">
<group delimiter=", ">
<group delimiter=" ">
<names variable="author">
<name initialize-with=". "/>
</names>
<date variable="issued" date-parts="year" form="text"/>
</group>
</group>
</layout>
</citation>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "Organisation"
}
],
"event-place": "Canberra",
"id": "ITEM-1",
"issued": {
"date-parts": [
[
2010
]
]
},
"key": "QXTWKDFN",
"publisher-place": "Canberra",
"title": "blah",
"type": "report"
},
{
"author": [
{
"family": "Organisation"
}
],
"event-place": "Melbourne",
"id": "ITEM-2",
"issued": {
"date-parts": [
[
2010
]
]
},
"key": "HE34J5AE",
"publisher-place": "Melbourne",
"title": "blash",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<