Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / background_title.yml
1 feature:
2   title:        Feature with titled background
3   language:     en
4   line:         1
5   description:  ~
6
7   background:
8     line:       3
9     title:      |-
10       Some Background
11       title with
12        couple
13         of
14          | continuous  |
15        """
16        strings
17     steps:
18       - { keyword_type: Given, type: Given, text: a passing step, line: 10 }
19
20   scenarios:
21     -
22       type:     scenario
23       title:    ~
24       line:     12
25       steps:
26         - { keyword_type: Given, type: Given, text: a failing step, line: 13 }