static O[] test_mmo_match_parsedPattern_examples() { ret litarray( "a + b", "a and b", true, "a + b", "b and a", true, "a + b", "b", false, "\"+\"", "a + b", true, "\"+\"", "a - b", false, quote("c++"), "c++", true, quote("c++"), "cc++", false, ); }