Feature: testers
As a CSL cite processor hacker
I want the test testers_SecondAutoGeneratedZoteroPluginTest to pass
@bibliography @testers @non-standard
Scenario: Second Auto Generated Zotero Plugin Test
Given the following style:
"""
"""
And the following input:
"""
[{"URL":"http://zotero.org/support/quick_start_guide","author":[{"family":"Center for History and New Media","given":"","isInstitution":1}],"id":1,"multi":{"_keys":{}},"title":"Zotero … \"Quick Start\" & Guide 日本語","type":"webpage"},{"author":[{"family":"Smith","given":"John","isInstitution":""}],"id":5,"issued":{"date-parts":[[2000]]},"multi":{"_keys":{}},"title":"Book A","type":"book"},{"author":[{"family":"Smith","given":"Steven","isInstitution":""}],"id":9,"issued":{"date-parts":[[2000]]},"multi":{"_keys":{}},"title":"Book A","type":"book"}]
"""
When I render the entire bibliography
Then the bibliography should be:
"""
Center for History and New Media. “Zotero … ‘Quick Start’ & Guide 日本語.” http://zotero.org/support/quick_start_guide.
Smith, John. Book A, 2000.
Smith, Steven. Book A, 2000.
"""