dotnet test fails when decimal separator is not dot in regional format #1405
Labels
bug
Something isn't working
feature: language
Issues that affect language such keywords and variables
Milestone
Description of the issue
When current culture decimal separator is not
.
, thedotnet test
failsTo Reproduce
Set the regional format as follows:
Expected behaviour
Tests should pass
Error output
Module in use and version:
Captured output from
$PSVersionTable
:Additional context
All of the failing tests initialize the value as decimal with a dot separator:
When regional format is set to
en-US
, the tests pass:The text was updated successfully, but these errors were encountered: