citeproc-0.1: test/csl/disambiguate_DisambiguateWithThree.txt
>>==== MODE ====>>
citation
<<==== MODE ====<<
>>==== RESULT ====>>
(Aalto, <i>Book A</i>)
(Aalto, <i>Book B</i>)
(Aalto, <i>Book C</i>)
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1"
}
],
[
{
"id": "ITEM-2"
}
],
[
{
"id": "ITEM-3"
}
]
]
<<==== CITATION-ITEMS ====<<
>>==== 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>
<macro name="author">
<names variable="author">
<name form="short" />
</names>
</macro>
<citation et-al-min="4" et-al-use-first="1" disambiguate-add-names="true" disambiguate-add-givenname="true">
<layout prefix="(" suffix=")">
<group delimiter=", ">
<text macro="author" />
<choose>
<if disambiguate="true">
<text variable="title" font-style="italic"/>
</if>
</choose>
</group>
</layout>
</citation>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "Aalto",
"given": "Alan"
}
],
"id": "ITEM-1",
"title": "Book A",
"type": "book"
},
{
"author": [
{
"family": "Aalto",
"given": "Alan"
}
],
"id": "ITEM-2",
"title": "Book B",
"type": "book"
},
{
"author": [
{
"family": "Aalto",
"given": "Alan"
}
],
"id": "ITEM-3",
"title": "Book C",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<