Feature: locator As a CSL cite processor hacker I want the test locator_WorkaroundTestForSubVerbo to pass @citation @locator @citations Scenario: Workaround Test For Sub Verbo Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Book With Opus","type":"book"},{"id":"ITEM-2","title":"Book With Sub Verbo","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] Book With Opus, op. 100 >>[1] Book With Sub Verbo, 200 """