Sha256: 3bf9c71e02075e1940d36aabc8c86d734b9842d9a2604dfa02b1296ca92bc1d8

Contents?: true

Size: 460 Bytes

Versions: 5

Compression:

Stored size: 460 Bytes

Contents

Feature: DataTables

  Scenario: minimalistic
    Given a simple data table
      | foo | bar |
      | boz | boo |
    And a data table with a single cell
      | foo |
    And a data table with different fromatting
      |   foo|bar|    boz    |    
    And a data table with an empty cell
      |foo||boz|
    And a data table with comments and newlines inside
      | foo | bar |

      | boz  | boo  |
      # this is a comment
      | boz2 | boo2 |

Version data entries

5 entries across 5 versions & 1 rubygems

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