...
/Adding Localization Support to the Gherkin Parser
Adding Localization Support to the Gherkin Parser
Learn how to add localization support to the Gherkin parser.
We'll cover the following...
We'll cover the following...
The Norwegian sample feature
One of the more interesting aspects of the Gherkin language is the fact that the language itself supports localization, which our parser currently will not handle that well. Consider the code below, which is a sample feature test written in Norwegian:
If we attempt to parse this currently, our parser will ...