erikedin / Behavior.jl

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

Comments are not ignored among tags #60

Closed erikedin closed 3 years ago

erikedin commented 3 years ago

This should be allowed and the comment ought to be ignored.

@tag1
# Comment
Scenario: Some description
    Given some precondition