erikedin / Behavior.jl

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

Scenarios/Outlines/Backgrounds can also have free form descriptions #52

Closed erikedin closed 3 years ago

erikedin commented 3 years ago

So this is allowed

Scenario: Short description
  Longer description.
  On several lines

  Blank lines as well.

  Given steps start here.

And the lines should be read and stored as a long description.

erikedin commented 3 years ago

I'm closing this as the new parser has support for this.