Updated to Drupal 8.5. Core Media not yet in use.
[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
deleted file mode 100644 (file)
index 95b9d55..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-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|