We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10b925 commit 552b654Copy full SHA for 552b654
Flow.Launcher.Test/Plugins/CalculatorTest.cs
@@ -64,7 +64,7 @@ public CalculatorPluginTest()
64
// Constants
65
[TestCase(@"pi", "3.1415926536")]
66
// Complex expressions
67
- [TestCase(@"(2+3)*sqrt(16)-log(100)/ln(e)", "19")]
+ [TestCase(@"(2+3)*sqrt(16)-log(100)/ln(e)", "18")]
68
[TestCase(@"sin(pi/2)+cos(0)+tan(0)", "2")]
69
// Error handling (should return empty result)
70
[TestCase(@"10/0", "")]
0 commit comments