Sha256: 35a18d3027b9ec01235eb17d770ae635de091ece5b8ef17dc82b7598621dcafe

Contents?: true

Size: 263 Bytes

Versions: 5

Compression:

Stored size: 263 Bytes

Contents

Feature: Inconsistent cell counts

  Scenario: minimalistic
    Given a data table with inconsistent cell count
      | foo | bar |
      | boz | 


  Scenario Outline: minimalistic
    Given the <what>

  Examples: 
    | what       |
    | minimalism | extra |

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
gherkin-5.0.0 testdata/bad/inconsistent_cell_count.feature
gherkin-4.1.3 testdata/bad/inconsistent_cell_count.feature
gherkin-4.1.2 testdata/bad/inconsistent_cell_count.feature
gherkin-4.1.1 testdata/bad/inconsistent_cell_count.feature
gherkin-4.1.0 testdata/bad/inconsistent_cell_count.feature