Feature: name As a CSL cite processor hacker I want the test name_EditorTranslatorSameWithTerm to pass @citation @name Scenario: Editor Translator Same With Term Given the following style: """ """ And the following input: """ [{"editor":[{"family":"Doe","given":"John"}],"id":"ITEM-1","translator":[{"family":"Doe","given":"John"}],"type":"book"}] """ When I cite all items Then the result should be: """ John Doe (ed. & tran.) """