Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / multiplepystrings.feature
1 Feature: A multiple py string feature
2
3   Scenario: 
4     When I enter a string
5    """
6 -
7       a string
8      with something
9   be
10  a
11    u
12      ti
13        ful
14    """
15     Then String must be
16     """
17 -
18        a string
19       with something
20   be
21  a
22     u
23       ti
24         ful
25     """