Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / tables.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/tables.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/tables.feature
deleted file mode 100644 (file)
index 92f4c78..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-Feature: A scenario outline
-  # COMMENT
-  Scenario Outline:
-    Given I add <a> and <b>
-    # comment
-    When I pass a table argument
-      | foo | bar |
-      | bar | baz |
-          #comment
-    Then I the result should be <c>
-    # comment
-    And the table should be properly escaped:
-      | \|a | b   | c   |
-      | 1   | \|2 | 3   |  
-      | 2   | 3   | \|4 |
-#comment
-    Examples:
-      | a   | b   | c |
-      | 1   | \|2 | 3 |
-      | 2   | 3   | 4 |