citeproc-0.1: test/csl/decorations_AndTermUnaffectedByNameDecorations.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
<span style="font-variant:small-caps;">John</span> <span style="font-variant:small-caps;">Doe</span> III and <span style="font-variant:small-caps;">Jane</span> <span style="font-variant:small-caps;">van</span> <span style="font-variant:small-caps;">Roe</span>
<<===== RESULT =====<<
>>===== 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>
<layout>
<names variable="author">
<name and="text">
<name-part name="family" font-variant="small-caps"/>
<name-part name="given" font-variant="small-caps"/>
</name>
</names>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Doe",
"given": "John",
"suffix": "III"
},
{
"family": "Roe",
"given": "Jane",
"non-dropping-particle": "van"
}
],
"id": "ITEM-1",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<