timoi
Results
1
issues of
timoi
This code seems to fail: Thread.CurrentThread.CurrentCulture = CultureInfo.GetCultureInfo("fi-FI"); var ctx = new IronJS.Hosting.CSharp.Context(); ctx.SetGlobal("decimalVal", 1.5m); Assert.True(ctx.Execute("decimalVal < 3"), "1.5 should be smaller"); Works ok if the CurrentCulture is something like...