Sha256: 13bd2a969705b7a51d8689ed6dedb92b8ba3fe4f55c0777558296dfc5a31bfaf

Contents?: true

Size: 852 Bytes

Versions: 5

Compression:

Stored size: 852 Bytes

Contents

Feature: DocString variations

  Scenario: minimalistic
    Given a simple DocString
      """
      first line (no indent)
        second line (indented with two spaces)

      third line was empty
      """
    Given a DocString with content type
      """xml
      <foo>
        <bar />
      </foo>
      """
    And a DocString with wrong indentation
      """
    wrongly indented line
      """
    And a DocString with alternative separator
      ```
      first line
      second line
      ```
    And a DocString with normal separator inside
      ```
      first line
      """
      third line
      ```
    And a DocString with alternative separator inside
      """
      first line
      ```
      third line
      """
    And a DocString with escaped separator inside
      """
      first line
      \"\"\"
      third line
      """

Version data entries

5 entries across 5 versions & 1 rubygems

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