You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2019. It is now read-only.
By default, the project use default localization (en-US).
When I change the localization to french (fr-FR), I have an error :
Folder\Folder.feature -> test generation failed
Here is my feature changed :
# language: fr-FR
Fonctionnalité: Feature in folder
Plan du scénario: SpecFlow glue files are generated
Etant donné I am curious
Quand I request the version
Alors the result is constant
If this feature works in english (with english keyword of course), why it doesn't work in french ?
It seems there is an error with letters with accent.
I tried to debug specflow tools code, and I have an error at this line (class SpecFlowGherkinParser method Parse) : var feature = parser.Parse(new TokenScanner(featureFileReader), tokenMatcher);
Thank you for your help.
Greg
The text was updated successfully, but these errors were encountered:
Hi everyone !
I try to work with Specflow 2.0, localization and SpecFlow.Dnx with recommended configuration :
For my sample, I use this project on SpecFlow.Dnx github :
By default, the project use default localization (en-US).
When I change the localization to french (fr-FR), I have an error :
Here is my feature changed :
Here is my app.config with culture defined :
If this feature works in english (with english keyword of course), why it doesn't work in french ?
It seems there is an error with letters with accent.
I tried to debug specflow tools code, and I have an error at this line (class SpecFlowGherkinParser method Parse) :
var feature = parser.Parse(new TokenScanner(featureFileReader), tokenMatcher);
Thank you for your help.
Greg
The text was updated successfully, but these errors were encountered: