95b9d55901de36579306fc4618eb8debca5e01dc
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / multiline_name.feature
1 Feature: multiline
2
3   Background:
4     Given passing without a table
5
6   Scenario: I'm a multiline name
7             which goes on and on and on for three lines
8             yawn
9     Given passing without a table
10
11   Scenario Outline: I'm a multiline name
12     which goes on and on and on for three lines
13                     yawn
14     Given <state> without a table
15     Examples:
16       | state |
17       |passing|
18
19   Scenario Outline: name
20     Given <state> without a table
21     Examples:
22       | state |
23       |passing|