Sha256: 0059cf330fede14b2a819a60631ff3b8fc2498c0d9c9e496c1312917204d6595
Contents?: true
Size: 773 Bytes
Versions: 4
Compression:
Stored size: 773 Bytes
Contents
Feature: number As a CSL cite processor hacker I want the test number_MixedPageRange to pass @citation @number Scenario: Mixed Page Range Given the following style: """ <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" page-range-format="chicago"> <info> <id /> <title /> <updated>2009-08-10T04:49:00+09:00</updated> </info> <citation> <layout> <text variable="page" /> </layout> </citation> </style> """ And the following input: """ [{"id":"ITEM-1","page":"142-145 & 235","type":"book"}] """ When I cite all items Then the result should be: """ 142–45 & 235 """
Version data entries
4 entries across 4 versions & 1 rubygems