Feature: fullstyles As a CSL cite processor hacker I want the test fullstyles_APA to pass @citation @fullstyles Scenario: APA Given the following style: """ """ And the following input: """ [{"author":[{"family":"Oblinger","given":"Dan Gerry","isInstitution":""},{"family":"Oblinger","given":"Susan Mary","isInstitution":""}],"id":3,"issued":{"date-parts":[[2009]]},"multi":{"_keys":{}},"title":"Bookie","type":"book"}] """ When I cite all items Then the result should be: """ (Oblinger & Oblinger, 2009) """