erikedin / Behavior.jl

Tool for Behavior Driven Development in Julia
Other
25 stars 3 forks source link

Scenario descriptions with @ characters are treated as tags #58

Closed erikedin closed 3 years ago

erikedin commented 3 years ago

For instance

Scenario: This description looks like a @tag
   Given something

Here the entire Scenario line is interpreted as a tag, which is obviously incorrect.