Feature: locator As a CSL cite processor hacker I want the test locator_TrickyEntryForPlurals to pass @citation @locator @citations Scenario: Tricky Entry For Plurals Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Book Title","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ >>[0] Book Title, vol. 1, fol. 186, 8 April 1544 """