Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit742c133

Browse files
committed
Merge branch 'master' into fsharp4
2 parentsae66aaf +58981ec commit742c133

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎tests/fsharp/core/measures/test.fsx‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,12 @@ module MembersTest =
508508
lets=2.0f<kg>
509509
letd=2.0M<kg>
510510

511+
lettmpCulture= System.Threading.Thread.CurrentThread.CurrentCulture
512+
System.Threading.Thread.CurrentThread.CurrentCulture<- System.Globalization.CultureInfo("en-US")
511513
test"f"(f.ToString().Equals("2"))
512514
test"s"(s.ToString().Equals("2"))
513515
test"d"(d.ToString().Equals("2.0"))
516+
System.Threading.Thread.CurrentThread.CurrentCulture<- tmpCulture
514517

515518
letfc=(f:> System.IComparable<float<kg>>).CompareTo(f+f)
516519
letsc=(s:> System.IComparable<float32<kg>>).CompareTo(s+s)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp