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