citeproc-0.1: test/csl/affix_PrefixWithDecorations.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
(<span style="font-variant:small-caps;">See</span> Smith 2000)
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2007-10-26T21:32:52+02:00</updated>
</info>
<citation>
<layout prefix="(" suffix=")">
<group delimiter=" ">
<names variable="author">
<name form="short" />
</names>
<date variable="issued">
<date-part name="year" />
</date>
</group>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1",
"prefix": "<sc>See</sc> "
}
]
]
<<===== CITATION-ITEMS =====<<
>>===== INPUT =====>>
[
{
"author": [
{
"family": "Smith",
"given": "John"
}
],
"id": "ITEM-1",
"issued": {
"date-parts": [
[
"2000",
"2",
"15"
]
]
},
"title": "Book C",
"type": "book"
}
]
<<===== INPUT =====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<