Sha256: 5e94438747603c55c73595a2973289a773c8d6e489ac47847d6a090ddb2a1803
Contents?: true
Size: 831 Bytes
Versions: 4
Compression:
Stored size: 831 Bytes
Contents
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: """ <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0" default-locale="fr-FR"> <info> <id /> <title /> <updated>2009-08-10T04:49:00+09:00</updated> </info> <citation> <layout> <text variable="title" quotes="true"/> </layout> </citation> </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 » """
Version data entries
4 entries across 4 versions & 1 rubygems