Feature: name As a CSL cite processor hacker I want the test name_OverridingHierarchicalDelimiter to pass @citation @name Scenario: Overriding Hierarchical Delimiter Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John"},{"family":"Roe","given":"Jane"}],"id":"item-1","title":"Our Anonymous Lives","type":"book"}] """ When I cite all items Then the result should be: """ John Doe///Jane Roe """