Feature: group As a CSL cite processor hacker I want the test group_SuppressWithEmptyNestedDateNode to pass @bibliography @group Scenario: Suppress With Empty Nested Date Node Given the following style: """ """ And the following input: """ [{"author":[{"family":"Author1","given":"One"},{"family":"Author7","given":"Two"},{"family":"Author3","given":"Three"}],"container-title":"Test Journal","id":"ITEM-1","issued":{"date-parts":[["2008","10","16"]]},"title":"Test Article","type":"article-journal","volume":"12"}] """ When I render the entire bibliography Then the bibliography should be: """
Author1, O., Author7, T. & Author3, T., 2008. Test Article. Test Journal, 12.
"""