Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_ToInitialOnly to pass @citation @disambiguate Scenario: To Initial Only Given the following style: """ """ And the following input: """ [{"author":[{"family":"Smith","given":"Cecil"}],"id":"ITEM-1","type":"book"},{"author":[{"family":"Smith","given":"Charles"}],"id":"ITEM-2","type":"book"},{"author":[{"family":"Muggins","given":"Bob"}],"id":"ITEM-3","type":"book"},{"author":[{"family":"Muggins","given":"Jardine"}],"id":"ITEM-4","type":"book"}] """ When I cite all items Then the result should be: """ Smith; Smith; B. Muggins; J. Muggins """