cucumber / gherkin

A parser and compiler for the Gherkin language.
MIT License
160 stars 48 forks source link

Remove duplicate token matcher Python code #205

Closed kieran-ryan closed 5 months ago

kieran-ryan commented 5 months ago

🤔 What's changed?

Change Python implementation of markdown token matcher to inherit from feature file token matcher.

⚡️ What's your motivation?

Existing test suite remained compatible for the feature file and markdown matchers after the change - including with Python 2.

🏷️ What kind of change is this?

♻️ Anything particular you want feedback on?

NA.

📋 Checklist:

mpkorstanje commented 5 months ago

Cheers!