Sha256: 37244a459bc1f7b203fa971ed0b0369ef5ccf35ec53ca9286ef894d04e5d3bce

Contents?: true

Size: 479 Bytes

Versions: 14

Compression:

Stored size: 479 Bytes

Contents

Feature: Parse CSL choose nodes
	As a hacker of CSL styles
	I want to be able to parse CSL choose nodes
	
	Scenario: Single if nodes 
		When I parse the CSL string
			"""
      <choose>
        <if type="bill legal_case legislation" match="none"></if>
      </choose>
			"""
		Then the nodename should be "choose"
    And the node should have 1 blocks
    And the block number 1's nodename should be "if"
    And the block number 1's class should be "CSL::Style::Choose::Block"

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
csl-1.4.5 features/parser/choose.feature
csl-1.4.4 features/parser/choose.feature
csl-1.4.3 features/parser/choose.feature
csl-1.4.2 features/parser/choose.feature
csl-1.4.1 features/parser/choose.feature
csl-1.4.0 features/parser/choose.feature
csl-1.3.2 features/parser/choose.feature
csl-1.3.1 features/parser/choose.feature
csl-1.3.0 features/parser/choose.feature
csl-1.2.3 features/parser/choose.feature
csl-1.2.2 features/parser/choose.feature
csl-1.2.1 features/parser/choose.feature
csl-1.2.0 features/parser/choose.feature
csl-1.1.0 features/parser/choose.feature