X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Ftables.feature;fp=vendor%2Fbehat%2Fgherkin%2Ftests%2FBehat%2FGherkin%2FFixtures%2Ffeatures%2Ftables.feature;h=0000000000000000000000000000000000000000;hp=92f4c78fcfacd67efb14d54589956ca119b17b0e;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0 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 index 92f4c78fc..000000000 --- a/vendor/behat/gherkin/tests/Behat/Gherkin/Fixtures/features/tables.feature +++ /dev/null @@ -1,20 +0,0 @@ -Feature: A scenario outline - # COMMENT - Scenario Outline: - Given I add and - # comment - When I pass a table argument - | foo | bar | - | bar | baz | - #comment - Then I the result should be - # 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 |