X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fmultiline_name_with_newlines.feature;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fmultiline_name_with_newlines.feature;h=bfc3e064e40ad4a8dc05b95908c97c2c0e638bcb;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name_with_newlines.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name_with_newlines.feature new file mode 100644 index 000000000..bfc3e064e --- /dev/null +++ b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name_with_newlines.feature @@ -0,0 +1,61 @@ +Feature: multiline + + Feature description + + With etc. + + + Background: + + + Given passing without a table + + Scenario: + I'm a multiline name + which goes on and on and on for three lines + yawn + + + Given passing without a table + + Scenario Outline: I'm a multiline name + + which goes on and on and on for three lines + + yawn + + + Given without a table + + + Examples: + + + | state | + |passing| + + Scenario Outline: name + + + Given without a table + + + Examples: + + | state | + |passing| + + Scenario Outline: + + I'm a multiline name + which goes on and on and on for three lines + yawn + + + Given without a table + + + Examples: + + | state | + |passing|