mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix unit test result issue
This commit is contained in:
parent
e10b9254ed
commit
552b6547db
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ namespace Flow.Launcher.Test.Plugins
|
|||
// Constants
|
||||
[TestCase(@"pi", "3.1415926536")]
|
||||
// Complex expressions
|
||||
[TestCase(@"(2+3)*sqrt(16)-log(100)/ln(e)", "19")]
|
||||
[TestCase(@"(2+3)*sqrt(16)-log(100)/ln(e)", "18")]
|
||||
[TestCase(@"sin(pi/2)+cos(0)+tan(0)", "2")]
|
||||
// Error handling (should return empty result)
|
||||
[TestCase(@"10/0", "")]
|
||||
|
|
|
|||
Loading…
Reference in a new issue