citeproc-0.1: test/csl/sort_OmittedBibRefNonNumericStyle.txt
>>==== MODE ====>>
bibliography
<<==== MODE ====<<
>>==== RESULT ====>>
<div class="csl-bib-body">
<div class="csl-entry">Anderson, Book One</div>
<div class="csl-entry">Crane, Book Two</div>
</div>
<<==== 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>
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="(" suffix=")" delimiter="; ">
<group delimiter=", ">
<text macro="author" />
<text variable="title"/>
</group>
</layout>
</citation>
<bibliography>
<layout>
<choose>
<if match="none" type="personal_communication">
<group delimiter=". ">
<group delimiter=", ">
<text macro="author" />
<text variable="title"/>
</group>
</group>
</if>
</choose>
</layout>
</bibliography>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"author": [
{
"family": "Anderson",
"given": "Andrew"
}
],
"id": "ITEM-1",
"title": "Book One",
"type": "book"
},
{
"author": [
{
"family": "Brown",
"given": "Burt"
}
],
"id": "ITEM-2",
"title": "Letter One",
"type": "personal_communication"
},
{
"author": [
{
"family": "Crane",
"given": "Clive"
}
],
"id": "ITEM-3",
"title": "Book Two",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<