Feature: bugreports As a CSL cite processor hacker I want the test bugreports_TwoFullStops to pass @bibliography @bugreports Scenario: Two Full Stops Given the following style: """ """ And the following input: """ [{"author":[{"family":"author01","given":"author01"}],"edition":"Mega Edition","id":"ITEM-1","issued":{"date-parts":[[1998,1]]},"title":"Test Title","type":"book"}] """ And the following abbreviations: """ {"default":{"number":{"Mega Edition":"Mega ed."}}} """ When I render the entire bibliography Then the bibliography should be: """
author01, author01. 1998. Test Title. Mega ed. January.
"""