Skip to content
Snippets Groups Projects
Commit 628a6328 authored by Niklas Hannekotte's avatar Niklas Hannekotte
Browse files
parents 34f12ab1 28656afc
No related branches found
No related tags found
1 merge request!5Fix missing operands
......@@ -30,5 +30,5 @@ TEST_CASE( "basic division", "[calc]"){
TEST_CASE( "Test modulo function", "[calc]") {
REQUIRE( evaluate("11%") == 0 );
REQUIRE( evaluate("32%") == 1 );
REQUIRE( evaluate("51%") == 4 );
REQUIRE( evaluate("51%") == 0 );
}
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