Feature: bugreports As a CSL cite processor hacker I want the test bugreports_UndefinedInName2 to pass @bibliography @bugreports Scenario: Undefined In Name2 Given the following style: """ """ And the following input: """ [{"author":[{"family":"Kim","given":"B-X"},{"family":"Kim","given":"A-Y"}],"id":"ITEM-1","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """
Kim, B-X, and A-Y Kim.
"""