Sha256: 6d68c01081fab475f1391dbde8c6ee1494084af42644a0f50433e88eadcdcf2b

Contents?: true

Size: 854 Bytes

Versions: 4

Compression:

Stored size: 854 Bytes

Contents

Feature: flipflop
  As a CSL cite processor hacker
  I want the test flipflop_StartingApostrophe to pass

  @citation @flipflop
  Scenario: Starting Apostrophe
    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>
          <text variable="title"/>
        </layout>
      </citation>
    </style>
    """
    And the following input:
    """
    [{"title":"IEEE Conference on Emerging Technologies and Factory Automation (ETFA '09)","type":"book"}]
    """
    When I cite all items
    Then the result should be:
    """
    IEEE Conference on Emerging Technologies and Factory Automation (ETFA ’09)
    """

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
citeproc-1.0.7 features/flipflop/StartingApostrophe.feature
citeproc-1.0.6 features/flipflop/StartingApostrophe.feature
citeproc-1.0.5 features/flipflop/StartingApostrophe.feature
citeproc-1.0.4 features/flipflop/StartingApostrophe.feature