Feature: bibheader As a CSL cite processor hacker I want the test bibheader_SecondFieldAlign to pass @bibliography-header @bibheader Scenario: Second Field Align Given the following style: """ """ And the following input: """ [{"container-title":"Big Series","id":"ITEM-1","title":"One","type":"book"},{"container-title":"Big Series","id":"ITEM-2","title":"One+","type":"book"}] """ When I render the entire bibliography Then the bibliography's options should match: | entry-spacing | line-spacing | | 1 | 1 |