Security update for permissions_by_term
[yaffs-website] / vendor / behat / gherkin / tests / Behat / Gherkin / Fixtures / etalons / tags_sample.yml
diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/tags_sample.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/tags_sample.yml
new file mode 100644 (file)
index 0000000..486d958
--- /dev/null
@@ -0,0 +1,35 @@
+feature:
+  title:        Tag samples
+  language:     en
+  tags:         [sample_one]
+  line:         2
+  description:  ~
+
+  scenarios:
+    -
+      type:     scenario
+      title:    Passing
+      tags:     [sample_two, sample_four]
+      line:     5
+      steps:
+        - { keyword_type: 'Given', type: 'Given',  text: 'missing',  line: 6 }
+
+    -
+      type:     outline
+      title:    ~
+      tags:     [sample_three]
+      line:     9
+      steps:
+        - { keyword_type: 'Given', type: 'Given',  text: '<state>',  line: 10 }
+
+      examples:
+        12: [state]
+        13: [missing]
+
+    -
+      type:     scenario
+      title:    Skipped
+      tags:     [sample_three, sample_four]
+      line:     16
+      steps:
+        - { keyword_type: 'Given', type: 'Given',  text: 'missing',  line: 17 }