Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / comments.yml
1 feature:
2   title:        Using the Console Formatter
3   language:     en
4   line:         3
5   description:  |-
6     In order to verify this error   # comment
7
8
9
10       I want to run this feature using the progress format#comment
11     So that it can be fixed
12
13   scenarios:
14     -
15       type:     scenario
16       title:    "A normal feature #comment in scenario title"
17       line:     19
18       steps:
19         - { keyword_type: 'Given', type: 'Given',  text: 'I have a pending step #comment',                       line: 21 }
20         - { keyword_type: 'When',  type: 'When',   text: 'I run this feature with the progress format #comment', line: 24 }
21         - { keyword_type: 'Then',  type: 'Then',   text: "I should get a no method error for 'backtrace_line'",  line: 31 }