Sha256: 6aa3e241e5214e3ac660993a280d97e2abaf19e04f61e1164271a72e508977ad

Contents?: true

Size: 630 Bytes

Versions: 10

Compression:

Stored size: 630 Bytes

Contents

expression: three (blind) mice
expected: |-
  [
    {"type": "START_OF_LINE", "start": 0, "end": 0, "text": ""},
    {"type": "TEXT", "start": 0, "end": 5, "text": "three"},
    {"type": "WHITE_SPACE", "start": 5, "end": 6, "text": " "},
    {"type": "BEGIN_OPTIONAL", "start": 6, "end": 7, "text": "("},
    {"type": "TEXT", "start": 7, "end": 12, "text": "blind"},
    {"type": "END_OPTIONAL", "start": 12, "end": 13, "text": ")"},
    {"type": "WHITE_SPACE", "start": 13, "end": 14, "text": " "},
    {"type": "TEXT", "start": 14, "end": 18, "text": "mice"},
    {"type": "END_OF_LINE", "start": 18, "end": 18, "text": ""}
  ]

Version data entries

10 entries across 10 versions & 1 rubygems

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