Sha256: 938c3bff904d126cf038a6a14d091f0472ed1215b08bd5db74a64cc006b90daf

Contents?: true

Size: 313 Bytes

Versions: 5

Compression:

Stored size: 313 Bytes

Contents

Feature: Example tokens everywhere

  Scenario Outline: the <one>
    Given the <two>:
      """
      <three>
      """
    Given the <four>:
      | <five> |

    Examples:
      | one | two  | three | four   | five  |
      | un  | deux | trois | quatre | cinq  |
      | uno | dos  | tres  | quatro | cinco |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gherkin-5.0.0 testdata/good/example_tokens_everywhere.feature
gherkin-4.1.3 testdata/good/example_tokens_everywhere.feature
gherkin-4.1.2 testdata/good/example_tokens_everywhere.feature
gherkin-4.1.1 testdata/good/example_tokens_everywhere.feature
gherkin-4.1.0 testdata/good/example_tokens_everywhere.feature