basic calculus test
1 unresolved thread
1 unresolved thread
basic calculus test
Merge request reports
Activity
2 2 3 3 #include <catch2/catch.hpp> 4 4 5 TEST_CASE( "some example calculations", "[calc]") { 5 TEST_CASE( "basic calculus", "[calc]") { 6 6 REQUIRE( evaluate("11+") == 2 ); 7 7 REQUIRE( evaluate("12+2-3*") == 3 ); 8 REQUIRE( evaluate("21-") == 1); changed this line in version 2 of the diff
- Resolved by Alexander Funke
mentioned in commit 9c83497e
Please register or sign in to reply