citeproc-0.1: test/csl/collapse_CitationNumberRangesOneOnly.txt
>>==== MODE ====>>
bibliography
<<==== MODE ====<<
>>==== RESULT ====>>
<div class="csl-bib-body">
<div class="csl-entry">[1].</div>
</div>
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1"
}
]
]
<<==== 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
collapse="citation-number">
<layout>
<text value="BOGUS"/>
</layout>
</citation>
<bibliography>
<layout suffix=".">
<text variable="citation-number" prefix="[" suffix="]"/>
</layout>
</bibliography>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"id": "ITEM-1",
"title": "Paper 1",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<