Feature: bugreports As a CSL cite processor hacker I want the test bugreports_NoEventInNestedMacroWithOldProcessor to pass @bibliography @bugreports Scenario: No Event In Nested Macro With Old Processor Given the following style: """ """ And the following input: """ [{"event":"Big Event","id":"ITEM-1","title":"My Anonymous Paper","type":"paper-conference"},{"event":"Other Big Event","id":"ITEM-2","title":"My Anonymous Speech","type":"speech"}] """ When I render the entire bibliography Then the bibliography should be: """
My Anonymous Paper. Paper presented at Big Event, Bogus.
My Anonymous Speech. Speech delivered at Other Big Event, Bogus.
"""