Sha256: af8d506c6051a105108de528a0f74ac252be87329a97e726b743e10a36b85df6
Contents?: true
Size: 1.04 KB
Versions: 4
Compression:
Stored size: 1.04 KB
Contents
Feature: collapse As a CSL cite processor hacker I want the test collapse_NumericDuplicate2 to pass @citation @collapse @citations Scenario: Numeric Duplicate2 Given the following style: """ <style xmlns="http://purl.org/net/xbiblio/csl" class="numeric" version="1.0"> <info> <id /> <title /> <updated>2009-08-10T04:49:00+09:00</updated> </info> <citation collapse="citation-number"> <layout prefix="(" suffix=")" delimiter=","> <text variable="citation-number"/> </layout> </citation> </style> """ And the following input: """ [{"id":"ITEM-1","title":"Book One","type":"book"},{"id":"ITEM-2","title":"Book Two","type":"book"},{"id":"ITEM-3","title":"Book Three","type":"book"},{"id":"ITEM-4","title":"Book Four","type":"book"},{"id":"ITEM-5","title":"Book Five","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] (1–3,3–5) """
Version data entries
4 entries across 4 versions & 1 rubygems