Locale PT causes error on decimal point/comma
Opened this issue · 1 comments
masmangan commented
Locale PT causes error on decimal point/comma
rafasgj commented
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.