svoid test_mmo_match_parsedPattern() { testFunctionValues_twoArgs_flat mmo_match_parsedPattern( "a + b", "a and b", true, "a + b", "b and a", true, "a + b", "b", false, "\"+\"", "a + b", true, "\"+\"", "a - b", false, ); }