Behat / Gherkin

Gherkin parser, written in PHP for Behat project
MIT License
1.05k stars 89 forks source link

Whitespace is allowed in tags #213

Closed ciaranmcnulty closed 3 years ago

ciaranmcnulty commented 3 years ago

We currently allow @foo bar baz as a single tag, but cucumber does not

Removing this line will produce a failing test https://github.com/Behat/Gherkin/blob/master/tests/Behat/Gherkin/Cucumber/CompatibilityTest.php#L48