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, ); }