X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fcomments.feature;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Fcomments.feature;h=02ca25cc9ed406a1e8782cf9c2997b1b5cc03467;hp=0000000000000000000000000000000000000000;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68 diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/comments.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/comments.feature new file mode 100644 index 000000000..02ca25cc9 --- /dev/null +++ b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/comments.feature @@ -0,0 +1,32 @@ +# Users want to use cucumber, so tests are necessary to verify +# it is all working as expected +Feature: Using the Console Formatter +# com +# comment +#com + In order to verify this error # comment + + + + I want to run this feature using the progress format#comment + # COMMENT + # COMMENT + # COMMENT + # COMMENT + So that it can be fixed + + #comment + Scenario: A normal feature #comment in scenario title + #comment + Given I have a pending step #comment + #comment + #comment + When I run this feature with the progress format #comment + + +#comment + #comment + #comment + + Then I should get a no method error for 'backtrace_line' +