Feature: name As a CSL cite processor hacker I want the test name_AndTextDelimiterPrecedesLastAlways to pass @citation @name Scenario: And Text Delimiter Precedes Last Always Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"},{"family":"Roe","given":"Jane"},{"family":"Noakes","given":"Richard"}],"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ Doe, J.; Roe, J.; and Noakes, R. """