citeproc-0.1: test/csl/disambiguate_ExtraTextCitation.txt
>>==== MODE ====>>
citation
<<==== MODE ====<<
>>==== RESULT ====>>
Bumke, Courtly Culture: Literature and Society in the High Middle Ages
Bumke, Höfische
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1"
}
],
[
{
"id": "ITEM-2"
}
]
]
<<==== 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>
<citation disambiguate-add-givenname="true">
<layout>
<group delimiter=", ">
<names variable="author">
<name form="short" and="text"/>
</names>
<choose>
<if disambiguate="true">
<text variable="title"/>
</if>
</choose>
</group>
</layout>
</citation>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "Bumke",
"given": "Joachim"
}
],
"id": "ITEM-1",
"title": "Courtly Culture: Literature and Society in the High Middle Ages",
"translator": [
{
"family": "Dunlap",
"given": "Thomas"
}
],
"type": "book"
},
{
"author": [
{
"family": "Bumke",
"given": "Joachim"
}
],
"id": "ITEM-2",
"title": "Höfische",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<