citeproc-0.1: test/csl/disambiguate_CitationLabelInData.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
SpiffLabel1900a; SpiffLabel1900b; Bron00; BrCh98; DEFG26
<<===== 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-year-suffix="true">
<layout delimiter="; ">
<text variable="citation-label"/>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Asthma",
"given": "Albert"
}
],
"citation-label": "SpiffLabel1900",
"id": "ITEM-1",
"issued": {
"date-parts": [
[
"1900"
]
]
},
"title": "Book A",
"type": "book"
},
{
"author": [
{
"family": "Asthma",
"given": "Zeppo"
}
],
"citation-label": "SpiffLabel1900",
"id": "ITEM-2",
"issued": {
"date-parts": [
[
"2000"
]
]
},
"title": "Book B",
"type": "book"
},
{
"author": [
{
"family": "Bronchitis",
"given": "Buffy"
}
],
"id": "ITEM-3",
"issued": {
"date-parts": [
[
"2000"
]
]
},
"title": "Book C",
"type": "book"
},
{
"author": [
{
"family": "Bronchitis",
"given": "Buffy"
},
{
"family": "Cholera",
"given": "Cleopatra"
}
],
"id": "ITEM-4",
"issued": {
"date-parts": [
[
"1998"
]
]
},
"title": "Book D",
"type": "book"
},
{
"author": [
{
"family": "von Dipheria",
"given": "Doug"
},
{
"family": "Eczema",
"given": "Elihugh"
},
{
"family": "Flatulence",
"given": "Frankie"
},
{
"family": "Goiter",
"given": "Gus"
},
{
"family": "Hiccups",
"given": "Harvey"
}
],
"id": "ITEM-5",
"issued": {
"date-parts": [
[
"1926"
]
]
},
"title": "Book D",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<