Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / multiline_name_with_newlines.feature
1 Feature: multiline
2
3   Feature description
4
5   With etc.
6
7
8   Background:
9
10
11     Given passing without a table
12
13   Scenario:
14     I'm a multiline name
15     which goes on and on and on for three lines
16     yawn
17
18
19     Given passing without a table
20
21   Scenario Outline: I'm a multiline name
22
23                     which goes on and on and on for three lines
24
25     yawn
26
27
28     Given <state> without a table
29
30
31     Examples:
32
33
34       | state |
35       |passing|
36
37   Scenario Outline: name
38
39
40     Given <state> without a table
41
42
43     Examples:
44
45       | state |
46       |passing|
47
48   Scenario Outline:
49
50     I'm a multiline name
51     which goes on and on and on for three lines
52     yawn
53
54
55     Given <state> without a table
56
57
58     Examples:
59
60       | state |
61       |passing|