Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / multiline_name_with_newlines.yml
1 feature:
2   title:        multiline
3   language:     en
4   line:         1
5   description:  |-
6
7     Feature description
8
9     With etc.
10
11   background:
12     line:       8
13     steps:
14       - { keyword_type: Given, type: Given, text: passing without a table, line: 11 }
15
16   scenarios:
17     -
18       type:     scenario
19       title:    |-
20
21         I'm a multiline name
22         which goes on and on and on for three lines
23         yawn
24       line:     13
25       steps:
26         - { keyword_type: Given, type: Given, text: passing without a table, line: 19 }
27
28     -
29       type:     outline
30       title:    |-
31         I'm a multiline name
32
33                         which goes on and on and on for three lines
34
35         yawn
36       line:     21
37       steps:
38         - { keyword_type: 'Given', type: 'Given',  text: '<state> without a table',  line: 28 }
39       examples:
40         34: [state]
41         35: [passing]
42
43     -
44       type:     outline
45       title:    name
46       line:     37
47       steps:
48         - { keyword_type: 'Given', type: 'Given',  text: '<state> without a table',  line: 40 }
49       examples:
50         45: [state]
51         46: [passing]
52     -
53       type:     outline
54       title:    |-
55
56
57         I'm a multiline name
58         which goes on and on and on for three lines
59         yawn
60       line:     48
61       steps:
62         - { keyword_type: 'Given', type: 'Given',  text: '<state> without a table',  line: 55 }
63       examples:
64         60: [state]
65         61: [passing]