Feature: bugreports As a CSL cite processor hacker I want the test bugreports_NoTitle to pass @bibliography @bugreports Scenario: No Title Given the following style: """ """ And the following input: """ [{"author":[{"family":"Family01","given":"Given01"}],"id":"ITEM-1","title":"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX","type":"article-journal"},{"id":"ITEM-2","title":"ecs","type":"article-journal"}] """ When I render the entire bibliography Then the bibliography should be: """
ecs. (n.d.). .
Family01, G. (n.d.). XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.
"""