Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / complex_descriptions.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/complex_descriptions.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/complex_descriptions.yml
deleted file mode 100644 (file)
index d0d65dc..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-feature:
-  title:        Complex descriptions
-  language:     en
-  line:         7
-  description:  |-
-    Some description with
-    | table |   row|
-
-      and
-
-    """
-    """
-
-  scenarios:
-    -
-      type:     scenario
-      title:    |-
-        Some
-         | complex |  description     |
-
-        """
-        hell yeah
-        """
-      line:     16
-      steps:
-        - { keyword_type: 'Given', type: 'Given',  text: 'one two three',  line: 22 }