Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / comments.feature
1 # Users want to use cucumber, so tests are necessary to verify
2 # it is all working as expected
3 Feature: Using the Console Formatter
4 # com
5 # comment
6 #com
7   In order to verify this error   # comment
8
9
10
11     I want to run this feature using the progress format#comment
12   # COMMENT
13   # COMMENT
14   # COMMENT
15   # COMMENT
16   So that it can be fixed
17
18   #comment
19   Scenario: A normal feature #comment in scenario title
20     #comment
21     Given I have a pending step #comment
22     #comment
23     #comment
24     When  I run this feature with the progress format #comment
25
26
27 #comment
28   #comment
29     #comment
30
31     Then  I should get a no method error for 'backtrace_line'
32