Feature: bugreports
As a CSL cite processor hacker
I want the test bugreports_GreekStyleProblems to pass
@citation @bugreports
Scenario: Greek Style Problems
Given the following style:
"""
"""
And the following input:
"""
[{"author":[{"family":"Άγρας","given":"Τέλλος"}],"container-author":[{"family":"Καρυωτάκης ","given":"Κώστας"}],"container-title":"Ποιήματα και πεζά","editor":[{"family":"Σαββίδης","given":"Γ. Π."}],"id":"ITEM-1","issued":{"date-parts":[["1998"]]},"title":"Ο Καρυωτάκης και οι Σάτιρες","translator":[{"family":"Dimitriadis","given":"Andreas"}],"type":"chapter"}]
"""
When I cite all items
Then the result should be:
"""
Τέλλος Άγρας, «Ο Καρυωτάκης και οι Σάτιρες», στο: Κώστας Καρυωτάκης , Ποιήματα και πεζά, μτφ. Andreas Dimitriadis, επιμ. Γ. Π. Σαββίδης, 1998.
"""