michaelklishin / cucumber.el

Emacs mode for editing Cucumber plain text stories
None!
253 stars 90 forks source link

Fix feature-verify-scenario-at-pos; the scenario name is no longer match 1 #17

Closed pd closed 13 years ago

pd commented 13 years ago

After the introduction of i18n.yml support, the regexp for matching gherkin keywords began to capture two matches rather than one. This fixes feature-verify-scenario-at-pos to use the second capture instead of the first.

Also changes the default features-keywords-per-language values to be what load-gherkin-i10n would've produced, in case someone isn't using the i18n file.

michaelklishin commented 13 years ago

Thank you!