X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=inline;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fclean_tags.yml;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Fetalons%2Fclean_tags.yml;h=014c8d38aad702af3403852cada2df22e8430f1f;hb=1270d9129ce8f27c9b28b10518e32132c58e0aca;hp=0000000000000000000000000000000000000000;hpb=c27c0f0cdaa3f354b1fe54a56ae7e854be6e3f68;p=yaffs-website diff --git a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/clean_tags.yml b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/clean_tags.yml new file mode 100644 index 000000000..014c8d38a --- /dev/null +++ b/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/etalons/clean_tags.yml @@ -0,0 +1,20 @@ +feature: + title: Feature N4 + line: 1 + description: ~ + + scenarios: + - + type: scenario + tags: [normal] + line: 4 + steps: + - { keyword_type: 'Given', type: 'Given', text: 'Some normal step N41', line: 5 } + - { keyword_type: 'Given', type: 'And', text: 'Some fast step N42', line: 6 } + + - + type: scenario + tags: [fast] + line: 9 + steps: + - { keyword_type: 'Given', type: 'Given', text: 'Some slow step N43', line: 10 }