Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / multiline_name_with_newlines.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name_with_newlines.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name_with_newlines.feature
new file mode 100644 (file)
index 0000000..bfc3e06
--- /dev/null
@@ -0,0 +1,61 @@
+Feature: multiline
+
+  Feature description
+
+  With etc.
+
+
+  Background:
+
+
+    Given passing without a table
+
+  Scenario:
+    I'm a multiline name
+    which goes on and on and on for three lines
+    yawn
+
+
+    Given passing without a table
+
+  Scenario Outline: I'm a multiline name
+
+                    which goes on and on and on for three lines
+
+    yawn
+
+
+    Given <state> without a table
+
+
+    Examples:
+
+
+      | state |
+      |passing|
+
+  Scenario Outline: name
+
+
+    Given <state> without a table
+
+
+    Examples:
+
+      | state |
+      |passing|
+
+  Scenario Outline:
+
+    I'm a multiline name
+    which goes on and on and on for three lines
+    yawn
+
+
+    Given <state> without a table
+
+
+    Examples:
+
+      | state |
+      |passing|