Feature: flipflop As a CSL cite processor hacker I want the test flipflop_LeadingSingleQuote to pass @citation @flipflop Scenario: Leading Single Quote Given the following style: """ """ And the following input: """ [{"id":"ITEM-1","title":"‘Parmenides’ 132c–133a and the development of Plato's thought","type":"book"}] """ When I cite all items Then the result should be: """ “‘Parmenides’ 132c–133a and the development of Plato’s thought” """