lib/cucumber/parser/feature.tt in aslakhellesoy-cucumber-0.1.99.19 vs lib/cucumber/parser/feature.tt in aslakhellesoy-cucumber-0.1.99.20
- old
+ new
@@ -75,10 +75,10 @@
end
}
end
rule scenario
- comment tags white scenario_keyword space* name:line_to_eol (eol+ / eof) steps white {
+ comment tags white scenario_keyword space* name:line_to_eol (white / eof) steps white {
def build
Ast::Scenario.new(
comment.build,
tags.build,
scenario_keyword.line,
\ No newline at end of file