erikedin / Behavior.jl

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

Lenient parsing: Optionally allow any step order #39

Closed erikedin closed 3 years ago

erikedin commented 3 years ago

Some projects have out-of-order steps, such as When/Given. The current parser explicitly fails on this, and we need a way to allow more lenient parsing.