Feature: bugreports As a CSL cite processor hacker I want the test bugreports_DuplicateSpaces3 to pass @bibliography @bugreports Scenario: Duplicate Spaces3 Given the following style: """ """ And the following input: """ [{"author":[{"family":"Family Name","given":"N"}],"container-title":"Container Title","id":"ITEM-1","title":"The Title","type":"chapter"}] """ When I render the entire bibliography Then the bibliography should be: """
1. Family Name N. The Title. In: Container Title.
"""