Sha256: f4145e1dff83ae9294a12b1aa969ddb182712161c7bbdc9738c2c56e47685654
Contents?: true
Size: 960 Bytes
Versions: 4
Compression:
Stored size: 960 Bytes
Contents
Feature: bugreports As a CSL cite processor hacker I want the test bugreports_SingletonIfMatchNoneFail to pass @citation @bugreports Scenario: Singleton If Match None Fail Given the following style: """ <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> <citation> <layout> <choose> <if match="none" variable="title"/> <else-if match="any" type="thesis speech"> <text variable="genre" /> </else-if> </choose> </layout> </citation> </style> """ And the following input: """ [{"genre":"PhD. diss.","id":"ITEM-1","title":"His Anonymous Life","type":"thesis"}] """ When I cite all items Then the result should be: """ PhD. diss. """
Version data entries
4 entries across 4 versions & 1 rubygems