Behat / Gherkin

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

Comments after tags are captured #210

Closed ciaranmcnulty closed 3 years ago

ciaranmcnulty commented 3 years ago

If we have something like:

@tag#comment
Scenario: It does something

Then the tag will be something like tag#comment

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