Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / hashes_in_quotes.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/hashes_in_quotes.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/hashes_in_quotes.feature
deleted file mode 100644 (file)
index e08fa70..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-# language: en
-Feature: Some '#quoted' string
-  In order to avoid silly mistakes
-  As a "#math" idiot 
-  I want to be told the sum of two numbers
-
-  Scenario: Add two numbers
-    Given I have entered 11 into the calculator
-    And I have entered 12 into the calculator
-    When I press "#add"
-    Then the result should be 23 on the screen
-
-  Scenario: Div "#two" numbers # as
-    Given I have entered 10 into the calculator
-    And I have entered # 2 into the calculator
-    When I press div
-    Then the result should be 5 on the screen