svoid test_mmo2_match() { testFunctionValues_twoArgs_flat mmo2_match(test_mmo_match_parsedPattern_examples()); testFunctionValues_twoArgs_flat mmo2_match( "^hello", " hello", true, "^hello", "yo hello", false, "world$", "in the world", true, "world$", "in the world yo", false, "^(what, who)", "what is up", true, "^(what, who)", "who is here", true, "^(what, who)", "nope", false, "^ok$, ^yo$", "ok boy", false, ); }