Behat / Gherkin

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

Background and scenariondescriptions not supported #211

Open ciaranmcnulty opened 3 years ago

ciaranmcnulty commented 3 years ago

When we have a background description, it's captured as part of the background's title

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

ciaranmcnulty commented 3 years ago

We do parse these ok, but we conflate them into the title (with line breaks) rather than having a separate description field