X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fbig_pystring.feature;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fbig_pystring.feature;h=900d6c71835631ead3390d16aae665642c23dcd8;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/big_pystring.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/big_pystring.feature new file mode 100644 index 000000000..900d6c718 --- /dev/null +++ b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/big_pystring.feature @@ -0,0 +1,26 @@ +Feature: Big PyString + Scenario: + Then it should fail with: + """ + + # language: ru + + UUUUUU + + 2 scenarios (2 undefined) + 6 steps (6 undefined) + + You can implement step definitions for undefined steps with these snippets: + + $steps->Given('/^I have entered (\d+)$/', function($world, $arg1) { + throw new \Everzet\Behat\Exception\Pending(); + }); + + $steps->Then('/^I must have (\d+)$/', function($world, $arg1) { + throw new \Everzet\Behat\Exception\Pending(); + }); + + $steps->Then('/^String must be \'([^\']*)\'$/', function($world, $arg1) { + throw new \Everzet\Behat\Exception\Pending(); + }); + """