Sha256: 0d2ecb993cf873cb76027c5c7e2e65d4c344c295c4fcc8807365ece31720b2df

Contents?: true

Size: 737 Bytes

Versions: 10

Compression:

Stored size: 737 Bytes

Contents

expression: three ((very) blind) mice
expected: |-
  {"type": "EXPRESSION_NODE", "start": 0, "end": 25, "nodes": [
    {"type": "TEXT_NODE", "start": 0, "end": 5, "token": "three"},
    {"type": "TEXT_NODE", "start": 5, "end": 6, "token": " "},
    {"type": "OPTIONAL_NODE", "start": 6, "end": 20, "nodes": [
      {"type": "OPTIONAL_NODE", "start": 7, "end": 13, "nodes": [
        {"type": "TEXT_NODE", "start": 8, "end": 12, "token": "very"}
      ]},
      {"type": "TEXT_NODE", "start": 13, "end": 14, "token": " "},
      {"type": "TEXT_NODE", "start": 14, "end": 19, "token": "blind"}
    ]},
    {"type": "TEXT_NODE", "start": 20, "end": 21, "token": " "},
    {"type": "TEXT_NODE", "start": 21, "end": 25, "token": "mice"}
  ]}

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
cucumber-cucumber-expressions-13.0.1 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-12.1.3 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-12.1.2 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-12.1.1 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-12.1.0 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-12.0.1 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-12.0.0 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-11.0.2 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-11.0.1 testdata/ast/optional-containing-nested-optional.yaml
cucumber-cucumber-expressions-11.0.0 testdata/ast/optional-containing-nested-optional.yaml