Feature: display As a CSL cite processor hacker I want the test display_SecondFieldAlignClone to pass @bibliography @display Scenario: Second Field Align Clone Given the following style: """ """ And the following input: """ [{"author":[{"family":"Doe","given":"John Aloysius","static-ordering":false}],"id":"ITEM-1","issued":{"date-parts":[[1999]]},"title":"John's Book","type":"book"},{"author":[{"family":"Roe","given":"Jane Henrietta","static-ordering":false}],"id":"ITEM-2","issued":{"date-parts":[[2000]]},"title":"Jane's Book","type":"book"}] """ When I render the entire bibliography Then the bibliography should be: """
[1]
John Aloysius Doe, “John’s Book” (1999)
[2]
Jane Henrietta Roe, “Jane’s Book” (2000)
"""