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