Feature: bugreports As a CSL cite processor hacker I want the test bugreports_FrenchApostrophe to pass @citation @bugreports Scenario: French Apostrophe Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"Life's 'Little' Surprises","type":"book"}] """ When I cite all items Then the result should be: """ « Life’s “Little” Surprises » """