Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / features / multiplepystrings.feature
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiplepystrings.feature b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/multiplepystrings.feature
new file mode 100644 (file)
index 0000000..f5526af
--- /dev/null
@@ -0,0 +1,25 @@
+Feature: A multiple py string feature
+
+  Scenario: 
+    When I enter a string
+   """
+-
+      a string
+     with something
+  be
+ a
+   u
+     ti
+       ful
+   """
+    Then String must be
+    """
+-
+       a string
+      with something
+  be
+ a
+    u
+      ti
+        ful
+    """