Behat / Gherkin

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

Check for empty Tag filter string #251

Closed magikid closed 2 years ago

magikid commented 2 years ago

If the filterString in TagFilter is an empty string, an exception was being thrown because the code was expecting a non-empty string. This checks if the string is non-empty and returns early if it is.

Issue: #250