citeproc-0.1: test/csl/bugreports_BadCitationUpdate.txt
>>==== MODE ====>>
citation
<<==== MODE ====<<
>>==== RESULT ====>>
C. Grignon, C. Sentenac 2000a
C. Grignon, C. Sentenac 2000b
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-0"
}
],
[
{
"id": "ITEM-1"
}
]
]
<<==== 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
disambiguate-add-year-suffix="true">
<layout delimiter="; ">
<names variable="author">
<name initialize-with="."/>
</names>
<date variable="issued" date-parts="year" form="text" prefix=" "/>
</layout>
</citation>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "Grignon",
"given": "Cyril"
},
{
"family": "Sentenac",
"given": "Corey"
}
],
"id": "ITEM-0",
"issued": {
"date-parts": [
[
2000
]
]
},
"type": "book"
},
{
"author": [
{
"family": "Grignon",
"given": "Cyril"
},
{
"family": "Sentenac",
"given": "Corey"
}
],
"id": "ITEM-1",
"issued": {
"date-parts": [
[
2000
]
]
},
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<