gherkin.parser.ParseError在一个好看的文件

gherkin.parser.ParseError in a good-looking file

小黄瓜失败 gherkin.parser.ParseError: Parse error at some.feature:5. Found comment when expecting one of: examples, feature, scenario, scenario_outline, tag. (Current getState: tag) 以 some.feature 开头

# language: ru

@atag
@anothertag
#@done

Функционал: Некая фича

它无法在标签部分中留下评论。删除 #@done 完成了工作。

所以不是简单的在gherkin特征文件中添加注释,注释的位置是有意义的。