cucumber-eclipse icon indicating copy to clipboard operation
cucumber-eclipse copied to clipboard

Gherkin syntax error when tagging rules and rule examples

Open 0matleb2 opened this issue 2 years ago • 1 comments

👓 What did you see?

  1. A syntax error when adding a tag to a rule. image
  2. A syntax error when adding a tag to a rule example. image

✅ What did you expect to see?

No syntax error since this should be valid syntax.

📦 Which tool/library version are you using?

Cucumber Eclipse Plugin 1.0.0.202106240526

🔬 How could we reproduce it?

  1. Create a feature with a rule and an example and add a tag to the rule.
  2. Create a feature with a rule and an example and add a tag to the example.

0matleb2 avatar Nov 21 '23 22:11 0matleb2

Do you like to create a PR with an runnable example here: https://github.com/cucumber/cucumber-eclipse/tree/main/examples

Cucumber Eclipse Plugin 1.0.0.202106240526

You should use version 2.x see https://github.com/cucumber/cucumber-eclipse#follow-the-latest-snapshot

laeubi avatar Nov 22 '23 09:11 laeubi