Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / multiline_name.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiline_name.feature
new file mode 100644 (file)
index 0000000..95b9d55
--- /dev/null
@@ -0,0 +1,23 @@
+Feature: multiline
+
+  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|