ForNeVeR / ForNeVeR/Cesium

printf.c test fails on non-invariant cultures

Open
#388 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.