citeproc-0.1: test/csl/affix_WordProcessorAffixNoSpace.txt
>>==== MODE ====>>
citation
<<==== MODE ====<<
>>==== RESULT ====>>
<i>My Prefix</i> My Title My Suffix
My Prefix. My Title, My Suffix
My Prefix My Title My Suffix
<<==== RESULT ====<<
>>==== CITATION-ITEMS ====>>
[
[
{
"id": "ITEM-1",
"prefix": "<i>My Prefix</i> ",
"suffix": " My Suffix"
}
],
[
{
"id": "ITEM-1",
"prefix": "My Prefix. ",
"suffix": ", My Suffix"
}
],
[
{
"id": "ITEM-1",
"prefix": "My Prefix ",
"suffix": " My Suffix"
}
]
]
<<==== 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>
<layout>
<text variable="title"/>
</layout>
</citation>
</style>
<<==== CSL ====<<
>>==== INPUT ====>>
[
{
"id": "ITEM-1",
"title": "My Title",
"type": "book"
}
]
<<==== INPUT ====<<
>>===== VERSION =====>>
1.0
<<===== VERSION =====<<