Sha256: 9aaca6180dc16120f57e732f0590824530b2499f5965a0c93d7d69adaf56348f
Contents?: true
Size: 960 Bytes
Versions: 4
Compression:
Stored size: 960 Bytes
Contents
Feature: name As a CSL cite processor hacker I want the test name_SubstituteName to pass @citation @name Scenario: Substitute Name 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> <names variable="author"> <name /> <substitute> <names variable="editor" /> </substitute> </names> </layout> </citation> </style> """ And the following input: """ [{"editor":[{"family":"Doe","given":"John","static-ordering":false}],"id":"item-1","issued":{"date-parts":[["2000"]]},"title":"His Anonymous Life","type":"book"}] """ When I cite all items Then the result should be: """ John Doe """
Version data entries
4 entries across 4 versions & 1 rubygems