未验证 提交 f39f83d9 编写于 作者: J Jakob Botsch Nielsen 提交者: GitHub

Fix a Windows-only test for cultures not using . as decimal seperator (#51733)

上级 24900f83
......@@ -40,7 +40,7 @@ public static int Main()
int arg2 = 20;
double arg3 = 12.5;
string expected = $"{arg1}, {arg2}, {arg3:F1}";
string expected = FormattableString.Invariant($"{arg1}, {arg2}, {arg3:F1}");
StringBuilder builder;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册