Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_ThreeNoAuthorNoTitleEntries to pass @bibliography @disambiguate @citations Scenario: Three No Author No Title Entries Given the following style: """ """ And the following input: """ [{"container-title":"BleagleA","id":"ITEM-1","issued":{"date-parts":[[2000]]},"type":"book"},{"container-title":"BleagleB","id":"ITEM-2","issued":{"date-parts":[[2000]]},"type":"book"},{"container-title":"BleagleC","id":"ITEM-3","issued":{"date-parts":[[2000]]},"type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """
BleagleA, 2000
BleagleB, 2000
BleagleC, 2000
"""