Feature: bugreports As a CSL cite processor hacker I want the test bugreports_NumericStyleFirstRefMultipleCiteFailure to pass @citation @bugreports @citations Scenario: Numeric Style First Ref Multiple Cite Failure Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"}],"id":5,"issued":{"date-parts":[["2000"]]},"title":"Book A","type":"book"},{"author":[{"family":"Doe","given":"John"}],"id":8,"issued":{"date-parts":[["2000"]]},"title":"Book B","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] [1],[2] """