mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 22:23:29 -07:00
Resolve conflict
This commit is contained in:
parent
f501a55a5d
commit
18f4e19d65
1 changed files with 2 additions and 2 deletions
|
@ -636,13 +636,13 @@ namespace CalculatorManagerTest
|
||||||
Command commands43[] = { Command::CommandOPENP, Command::Command1, Command::CommandDIV,
|
Command commands43[] = { Command::CommandOPENP, Command::Command1, Command::CommandDIV,
|
||||||
Command::Command9, Command::CommandCLOSEP, Command::CommandSQRT, Command::CommandSUB,
|
Command::Command9, Command::CommandCLOSEP, Command::CommandSQRT, Command::CommandSUB,
|
||||||
Command::Command1, Command::CommandDIV, Command::Command3, Command::CommandADD, Command::CommandNULL };
|
Command::Command1, Command::CommandDIV, Command::Command3, Command::CommandADD, Command::CommandNULL };
|
||||||
TestDriver::Test(L"0", L"\x221A(1 \x00F7 9) - 1 \x00F7 3 + ", commands23, true, true);
|
TestDriver::Test(L"0", L"\x221A(1 \x00F7 9) - 1 \x00F7 3 + ", commands43, true, true);
|
||||||
|
|
||||||
Command commands44[] = { Command::CommandOPENP, Command::Command2, Command::Command7,
|
Command commands44[] = { Command::CommandOPENP, Command::Command2, Command::Command7,
|
||||||
Command::CommandDIV, Command::Command1, Command::Command2, Command::CommandCLOSEP,
|
Command::CommandDIV, Command::Command1, Command::Command2, Command::CommandCLOSEP,
|
||||||
Command::CommandSQRT, Command::CommandSUB, Command::Command1, Command::CommandPNT, Command::Command5,
|
Command::CommandSQRT, Command::CommandSUB, Command::Command1, Command::CommandPNT, Command::Command5,
|
||||||
Command::CommandADD, Command::CommandNULL };
|
Command::CommandADD, Command::CommandNULL };
|
||||||
TestDriver::Test(L"0", L"\x221A(27 \x00F7 12) - 1.5 + ", commands24, true, true);
|
TestDriver::Test(L"0", L"\x221A(27 \x00F7 12) - 1.5 + ", commands44, true, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CalculatorManagerTest::CalculatorManagerTestScientificParenthesis()
|
void CalculatorManagerTest::CalculatorManagerTestScientificParenthesis()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue