Kai Ren
Kai Ren
@invent360 I guess `Unit::run()` by default tries to parse CLI args, and `execute --format=json --exact -Z unstable-options --show-output` is not something expected by it. You should specify `cli::Args` manually in...
Also, similar question was discussed here: https://github.com/cucumber-rs/cucumber/discussions/294
@technomage would love to see a PR from you, which makes things more clear on your opinion.
@Alphapage I'm not VSCode user, so didn't hit such problem. Could you specify which command is run when "Debug" is clicked?
@stepantubanov would you like to make a PR for this?
@kieran-ryan thanks! I'll look into this.
@kieran-ryan I've looked into this, and it seems to be a correct behavior of [Gherkin](https://github.com/cucumber/gherkin) parser. I run the test on the official reference inplementation: ```gherkin Feature: foo Scenario: bar...
@kieran-ryan > Thus, I would suggest a change request for `cucumber-rs` to provide a specific error message if a pattern contains trailing whitespace, that is invalid; making the failure explicit,...
@cdmistman makes sense.
@acao ping... I do agree with @kiendang here. Would you mind reconsidering this PR?