Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / big_pystring.feature
1 Feature: Big PyString
2   Scenario:
3     Then it should fail with:
4       """
5
6       # language: ru
7
8       UUUUUU
9
10       2 scenarios (2 undefined)
11       6 steps (6 undefined)
12
13       You can implement step definitions for undefined steps with these snippets:
14
15       $steps->Given('/^I have entered (\d+)$/', function($world, $arg1) {
16           throw new \Everzet\Behat\Exception\Pending();
17       });
18
19       $steps->Then('/^I must have (\d+)$/', function($world, $arg1) {
20           throw new \Everzet\Behat\Exception\Pending();
21       });
22
23       $steps->Then('/^String must be \'([^\']*)\'$/', function($world, $arg1) {
24           throw new \Everzet\Behat\Exception\Pending();
25       });
26       """