Feature: testers
As a CSL cite processor hacker
I want the test testers_FirstAutoGeneratedZoteroPluginTest to pass
@citation @testers @citations
Scenario: First 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"}]
"""
And I have a citations input
When I cite all items
Then the result should be:
"""
..[0] Center for History and New Media, “Zotero … ‘Quick Start’ & Guide 日本語”, 47, http://zotero.org/support/quick_start_guide.
>>[1] John Smith, Book A, 2000; Center for History and New Media, “Zotero … ‘Quick Start’ & Guide 日本語.”
"""