Feature: disambiguate As a CSL cite processor hacker I want the test disambiguate_ByCiteGivennameExpandCrossNestedNames to pass @citation @disambiguate Scenario: By Cite Givenname Expand Cross Nested Names Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John","static-ordering":false},{"family":"Roe","given":"Jane","static-ordering":false},{"family":"Jones","given":"Robert","static-ordering":false}],"id":"ambigs-12","issued":{"date-parts":[["1990"]]},"title":"Book C","type":"book"},{"author":[{"family":"Doe","given":"John","static-ordering":false},{"family":"Roe","given":"Josephine","static-ordering":false},{"family":"Jones","given":"Robert","static-ordering":false}],"id":"ambigs-13","issued":{"date-parts":[["1990"]]},"title":"Book B","type":"book"},{"author":[{"family":"Doe","given":"John","static-ordering":false},{"family":"Roe","given":"Jane","static-ordering":false},{"family":"Jones","given":"Richard","static-ordering":false}],"id":"ambigs-14","issued":{"date-parts":[["1990"]]},"title":"Book A","type":"book"}] """ When I cite all items Then the result should be: """ J. Doe, Jane Roe, Robert Jones; J. Doe, Josephine Roe, et al.; J. Doe, Jane Roe, Richard Jones """