X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fhashes_in_quotes.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fhashes_in_quotes.yml;h=0000000000000000000000000000000000000000;hp=55abe3b228a45cd61d498b24569de0e39ee7af90;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/hashes_in_quotes.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/hashes_in_quotes.yml deleted file mode 100644 index 55abe3b22..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/hashes_in_quotes.yml +++ /dev/null @@ -1,29 +0,0 @@ -feature: - title: "Some '#quoted' string" - language: en - line: 2 - description: |- - In order to avoid silly mistakes - As a "#math" idiot - I want to be told the sum of two numbers - - scenarios: - - - type: scenario - title: Add two numbers - line: 7 - steps: - - { keyword_type: 'Given', type: 'Given', text: 'I have entered 11 into the calculator', line: 8 } - - { keyword_type: 'Given', type: 'And', text: 'I have entered 12 into the calculator', line: 9 } - - { keyword_type: 'When', type: 'When', text: 'I press "#add"', line: 10 } - - { keyword_type: 'Then', type: 'Then', text: 'the result should be 23 on the screen', line: 11 } - - - - type: scenario - title: 'Div "#two" numbers # as' - line: 13 - steps: - - { keyword_type: 'Given', type: 'Given', text: 'I have entered 10 into the calculator', line: 14 } - - { keyword_type: 'Given', type: 'And', text: 'I have entered # 2 into the calculator', line: 15 } - - { keyword_type: 'When', type: 'When', text: 'I press div', line: 16 } - - { keyword_type: 'Then', type: 'Then', text: 'the result should be 5 on the screen', line: 17 }