printf.c test fails on non-invariant cultures
Open
area:stdlib
good-first-issue
kind:bug
status:help-wanted
- Dominant language
- C#
- Stars
- 451
- Forks
- 49
- Avg merge
- 13h 59m
- Merged PRs (30d)
- 6
Description
There's a test output from printf.c test
Note that in Cesium version there's comma used as decimal separator
```
cl.exe (C:\Users\zawodskoj\RiderProjects\Cesium\Cesium.IntegrationTests/stdlib/printf.c):
testmyNum
5
4294967295
4294967295
-1
5.990000
2.040000
D
1
Cesium (C:\Users\zawodskoj\RiderProjects\Cesium\Cesium.IntegrationTests/stdlib/printf.c):
testmyNum
5
4294967295
4294967295
-1
5,990000
2,040000
D
1
```
Contributor guide
Assessment
This issue has not been assessed yet.