erikedin / Behavior.jl

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

Gherkin: handle comments #45

Open tk3369 opened 3 years ago

tk3369 commented 3 years ago

The parser should ignore all comments.

From Gherkin Reference:

Comments are only permitted at the start of a new line, anywhere in the feature file. They begin with zero or more spaces, followed by a hash sign (#) and some text.

This enhancement is required to support Grakn client. See master issue #44.