Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / multiline_name.yml
1 feature:
2   title:        multiline
3   language:     en
4   line:         1
5   description:  ~
6
7   background:
8     line:       3
9     steps:
10       - { keyword_type: Given, type: Given, text: passing without a table, line: 4 }
11
12   scenarios:
13     -
14       type:     scenario
15       title:    |-
16         I'm a multiline name
17                 which goes on and on and on for three lines
18                 yawn
19       line:     6
20       steps:
21         - { keyword_type: Given, type: Given, text: passing without a table, line: 9 }
22
23     -
24       type:     outline
25       title:    |-
26         I'm a multiline name
27         which goes on and on and on for three lines
28                         yawn
29       line:     11
30       steps:
31         - { keyword_type: Given, type: 'Given',  text: '<state> without a table',  line: 14 }
32       examples:
33         16: [state]
34         17: [passing]
35
36     -
37       type:     outline
38       title:    name
39       line:     19
40       steps:
41         - { keyword_type: Given, type: 'Given',  text: '<state> without a table',  line: 20 }
42       examples:
43         22: [state]
44         23: [passing]