Sha256: 70d810be9ff0863eae2d049abc0b3fccc96891ff7943924963baebe0c28b57e5
Contents?: true
Size: 782 Bytes
Versions: 4
Compression:
Stored size: 782 Bytes
Contents
Feature: date As a CSL cite processor hacker I want the test date_Accessed to pass @citation @date Scenario: Accessed Given the following style: """ <style xmlns="http://purl.org/net/xbiblio/csl" class="note" version="1.0"> <info> <id /> <title /> <updated>2009-08-10T04:49:00+09:00</updated> </info> <citation> <layout> <date variable="accessed" date-parts="year-month-day" form="text"/> </layout> </citation> </style> """ And the following input: """ [{"accessed":{"date-parts":[],"raw":"22 jan 1976"},"id":"ITEM-1","type":"book"}] """ When I cite all items Then the result should be: """ January 22, 1976 """
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
citeproc-1.0.7 | features/date/Accessed.feature |
citeproc-1.0.6 | features/date/Accessed.feature |
citeproc-1.0.5 | features/date/Accessed.feature |
citeproc-1.0.4 | features/date/Accessed.feature |