Cysharp / ZString

Zero Allocation StringBuilder for .NET and Unity.
MIT License
1.94k stars 142 forks source link

Unittest failed #102

Open yangruihan opened 6 months ago

yangruihan commented 6 months ago

Unittest failed

I ran the unit tests on my local mac and found 2 errors

image image

My enviroment:

> dotnet --info
.NET SDK:
 Version:   7.0.404
 Commit:    22f221a24c

运行时环境:
 OS Name:     Mac OS X
 OS Version:  14.1
 OS Platform: Darwin
 RID:         osx-arm64
 Base Path:   /usr/local/share/dotnet/sdk/7.0.404/

Host:
  Version:      7.0.14
  Architecture: arm64
  Commit:       808851b07a
neuecc commented 3 months ago

I see, because actual and expected are the same in win, linux, Format on osx returns different results. This subtle difference in results may be more of a dotnet/runtime issue. If so, we cannot support it.