rlogiacco / Natural

Natural is a collection of Eclipse plugins to enable rich smart editing of acceptance tests using natural language definition files. It currently supports Cucumber and JBehave syntax.
Eclipse Public License 1.0
75 stars 37 forks source link

Syntax highlighting and definition link breaks when there are multiple example tables in a scenario outline #56

Closed lnm2 closed 4 years ago

lnm2 commented 6 years ago

Syntax highlighting breaks and definition links break when there are multiple example tables in a scenario outline for each scenario / outline after the multiple example tables.

Also, there is a syntax error for the first example table when there are multiple example tables: (mismatched input '@blue' expecting 'Examples:')

image

drkstr101 commented 4 years ago

This is most likely related to the lack of support for example tags. I originally thought this was noncompliance to gerhkin spec, but it appears I was mistaken.

drkstr101 commented 4 years ago

Fixed in https://github.com/rlogiacco/Natural/pull/73

github-actions[bot] commented 4 years ago

This issue has not been updated for a while: marking it as stale.