Sha256: 476e3e3daac82cb0e263ff5b77aeb9ae788095e441d487309fa4027fa46946b2

Contents?: true

Size: 517 Bytes

Versions: 10

Compression:

Stored size: 517 Bytes

Contents

expression: three (blind) mice

expected: |-
  {"type": "EXPRESSION_NODE", "start": 0, "end": 18, "nodes": [
    {"type": "TEXT_NODE", "start": 0, "end": 5, "token": "three"},
    {"type": "TEXT_NODE", "start": 5, "end": 6, "token": " "},
    {"type": "OPTIONAL_NODE", "start": 6, "end": 13, "nodes": [
      {"type": "TEXT_NODE", "start": 7, "end": 12, "token": "blind"}
    ]},
    {"type": "TEXT_NODE", "start": 13, "end": 14, "token": " "},
    {"type": "TEXT_NODE", "start": 14, "end": 18, "token": "mice"}
  ]}

Version data entries

10 entries across 10 versions & 1 rubygems

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