cucumber / cucumber-eclipse

Eclipse plugin for Cucumber
MIT License
190 stars 147 forks source link

Gherkin syntax error when using multiple rules in a feature #503

Open 0matleb2 opened 7 months ago

0matleb2 commented 7 months ago

👓 What did you see?

A syntax error where using more than one rule in a feature. 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?

Create a feature with multiple rules and scenarios. This isn't an issue if the Example keyword is used instead of Scenario.

image