Sha256: 432554c276fe93b4c5df367cbcf8b83ee5190907288d77789877c311a66006f9
Contents?: true
Size: 1.01 KB
Versions: 4
Compression:
Stored size: 1.01 KB
Contents
Feature: bibheader As a CSL cite processor hacker I want the test bibheader_EntryspacingExplicitValueZero to pass @bibliography-header @bibheader Scenario: Entryspacing Explicit Value Zero 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> <text variable="title"/> </layout> </citation> <bibliography entry-spacing="0"> <layout> <text variable="title"/> </layout> </bibliography> </style> """ And the following input: """ [{"id":"ITEM-1","title":"One","type":"book"},{"id":"ITEM-2","title":"Two","type":"book"}] """ When I render the entire bibliography Then the bibliography's options should match: | entry-spacing | line-spacing | | 0 | 1 |
Version data entries
4 entries across 4 versions & 1 rubygems