Sha256: 067d674f3f1f9e0aa86135cfeecaa20b17f7a93a26068d5fd0c8d187b6aee468
Contents?: true
Size: 942 Bytes
Versions: 4
Compression:
Stored size: 942 Bytes
Contents
Feature: nameattr As a CSL cite processor hacker I want the test nameattr_NamesDelimiterOnNamesInCitation to pass @citation @nameattr Scenario: Names Delimiter On Names In Citation 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 editor" delimiter=" AND ALSO THE EDITOR "> <name /> </names> </layout> </citation> </style> """ And the following input: """ [{"author":[{"family":"Doe","given":"John"}],"editor":[{"family":"Roe","given":"Jane"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ John Doe AND ALSO THE EDITOR Jane Roe """
Version data entries
4 entries across 4 versions & 1 rubygems