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