X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fmultiline_name_with_newlines.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fmultiline_name_with_newlines.yml;h=0000000000000000000000000000000000000000;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=d7aebc06c854a7063931548808ec9d6f90a89774;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/multiline_name_with_newlines.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/multiline_name_with_newlines.yml deleted file mode 100644 index d7aebc06c..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/multiline_name_with_newlines.yml +++ /dev/null @@ -1,65 +0,0 @@ -feature: - title: multiline - language: en - line: 1 - description: |- - - Feature description - - With etc. - - background: - line: 8 - steps: - - { keyword_type: Given, type: Given, text: passing without a table, line: 11 } - - scenarios: - - - type: scenario - title: |- - - I'm a multiline name - which goes on and on and on for three lines - yawn - line: 13 - steps: - - { keyword_type: Given, type: Given, text: passing without a table, line: 19 } - - - - type: outline - title: |- - I'm a multiline name - - which goes on and on and on for three lines - - yawn - line: 21 - steps: - - { keyword_type: 'Given', type: 'Given', text: ' without a table', line: 28 } - examples: - 34: [state] - 35: [passing] - - - - type: outline - title: name - line: 37 - steps: - - { keyword_type: 'Given', type: 'Given', text: ' without a table', line: 40 } - examples: - 45: [state] - 46: [passing] - - - type: outline - title: |- - - - I'm a multiline name - which goes on and on and on for three lines - yawn - line: 48 - steps: - - { keyword_type: 'Given', type: 'Given', text: ' without a table', line: 55 } - examples: - 60: [state] - 61: [passing]