citeproc-0.10: test/csl/substitute_SubstituteOnlyOnceString.txt
>>===== MODE =====>>
citation
<<===== MODE =====<<
>>===== RESULT =====>>
a
<<===== RESULT =====<<
>>===== CSL =====>>
<style
xmlns="http://purl.org/net/xbiblio/csl"
class="note"
version="1.0">
<info>
<id />
<title />
<updated>2019-08-11T16:56:00+02:00</updated>
</info>
<citation>
<layout>
<names variable="author">
<substitute>
<text value="a"/>
<text value="b"/>
</substitute>
</names>
</layout>
</citation>
</style>
<<===== CSL =====<<
>>===== INPUT =====>>
[
{
"id": "ITEM-1",
"type": "book"
}
]
<<===== INPUT =====<<