Feature: name As a CSL cite processor hacker I want the test name_AfterInvertedName to pass @citation @name @citations Scenario: After Inverted Name Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doebuck","given":"Jonathan"},{"family":"Roe","given":"Jane"},{"family":"Snoakes","given":"Richard"}],"id":"ITEM-1","type":"book"},{"author":[{"family":"Doe","given":"John"},{"family":"Roe","given":"Jane"},{"family":"Snoakes","given":"Richard"},{"family":"Noakes","given":"Robert"}],"id":"ITEM-2","type":"book"},{"author":[{"family":"Doe","given":"John"},{"family":"Roebuck","given":"Janice"},{"family":"Snoakes","given":"Richard"},{"family":"Noakes","given":"Robert"}],"id":"ITEM-3","type":"book"},{"author":[{"family":"Appleby","given":"Aloysius"},{"family":"Brown","given":"Bobby"}],"id":"ITEM-4","type":"book"},{"author":[{"family":"Appleby","given":"Aloysius"},{"family":"Brown","given":"Bobby"},{"family":"Cream","given":"Cecile"}],"id":"ITEM-5","type":"book"},{"author":[{"family":"Appleby","given":"Aloysius"},{"family":"Brown","given":"Bobby"},{"family":"Evergreen","given":"Enola"}],"id":"ITEM-6","type":"book"}] """ And I have a citations input When I cite all items Then the result should be: """ ..[0] DOEBUCK, Jonathan, et al.; DOE, John, Jane ROE et al.; DOE, John, Janice ROEBUCK et al. >>[1] APPLEBY, Aloysius, and Bobby BROWN; APPLEBY, Aloysius, Bobby BROWN and Cecile CREAM; APPLEBY, Aloysius, Bobby BROWN and Enola EVERGREEN """