This implementation fails to parse some of the testdata of the official monorepo.
For instance, when I try to parse complex_background.feature, I get:
** (RuntimeError) Unexpected line: Examples:
(gherkin 2.0.0) lib/gherkin/parsers/rule_parser.ex:43: Gherkin.Parsers.RuleParser.build_rule/2
(gherkin 2.0.0) lib/gherkin/parsers/feature_parser.ex:51: Gherkin.Parsers.FeatureParser.build_feature/2
(elixir 1.10.1) lib/enum.ex:1396: Enum."-map/2-lists^map/1-0-"/2
This implementation fails to parse some of the testdata of the official monorepo.
For instance, when I try to parse complex_background.feature, I get: