Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_PrimaryNameGenerally to pass @citation @disambiguate Scenario: Primary Name Generally Given the following style: """ """ And the following input: """ [{"author":[{"family":"Asthma","given":"Aloysius","static-ordering":false},{"family":"Bronchitis","given":"Bosworth","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[["1980"]]},"type":"book"},{"author":[{"family":"Asthma","given":"Artemis","static-ordering":false},{"family":"Bronchitis","given":"Beauregarde","static-ordering":false}],"id":"ITEM-2","issued":{"date-parts":[["1995"]]},"type":"book"}] """ When I cite all items Then the result should be: """ Aloysius Asthma and Bronchitis (1980); Artemis Asthma and Bronchitis (1995) """