gherkin-by-example/java-cucumber

Locale PT causes error on decimal point/comma

Opened this issue · 1 comments

Locale PT causes error on decimal point/comma

This a localization problem, and should be handled explicitly in the features. Something like:

Given the locale is pt-BR
   And the input is
   """
   3.141516
   """
Then an invalid input error occurs

Or the number is automatically fixed, whatever the problem state requires.