Skip to content
Snippets Groups Projects
Commit 21aaefa5 authored by Malte Harms's avatar Malte Harms
Browse files

add testcases for power method

parent f5507f0c
No related branches found
No related tags found
No related merge requests found
......@@ -5,4 +5,6 @@
TEST_CASE( "some example calculations", "[calc]") {
REQUIRE( evaluate("11+") == 2 );
REQUIRE( evaluate("12+2-3*") == 3 );
REQUIRE( evaluate("22^") == 4 );
REQUIRE( evaluate("43^") == 64 );
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment