Sha256: d72d3bfa4a4b100ceefe3d28020bd640486d7981681f2cc8ac756033313a6c9c

Contents?: true

Size: 341 Bytes

Versions: 5

Compression:

Stored size: 341 Bytes

Contents

Feature: Escaped pipes
    The \-character will be considered as an escape in table cell
    iff it is followed by a |-character, a \-character or an n.

  Scenario: They are the future
    Given they have arrived
      | æ | o |
      | a | ø |
    Given they have arrived
      | \|æ\\n     | \o\no\  |
      | \\\|a\\\\n | ø\\\nø\\|

Version data entries

5 entries across 5 versions & 1 rubygems

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