Ciaran McNulty
Ciaran McNulty
As it's not part of the gherkin (it's part of our stuff) we could have it in the localist translations in Behat/Behat somehow?
I imagine it's done this way because in theory a more complex Loader (e.g. coming from a web service or database) would benefit from filtering at the source.
Oh, huh true
I got something similar, I think I was flooding GHA when exporting cache and getting rate limited: ``` #49 [test] exporting cache [1957](https://github.com/ciaranmcnulty/php-docker-extensions/runs/8097296244?check_suite_focus=true#step:6:1961) #49 preparing build cache for export [1958](https://github.com/ciaranmcnulty/php-docker-extensions/runs/8097296244?check_suite_focus=true#step:6:1962)...
Seems to make sense to me, it's not something I'd be too confident about doing myself
We do parse these ok, but we conflate them into the title (with line breaks) rather than having a separate description field
Would fixing this be a BC break? We can make a new method that returns the description with the same whitespace as cucumber but that seems over the top. Do...
I'm almost tempted to WONTFIX this. Our version's better :)
I mean load the Yaml etalon files, run the Go binary against the equivalent features, then see where they diverge. This could indeed lead to moving them upstream 👍 I...
Failing test here https://github.com/Behat/Gherkin/blob/master/tests/Behat/Gherkin/Cucumber/CompatibilityTest.php#L31