!759 p { assertEqualsVerbose([[array{"yo", "are you doing"}]], sfu(getFind3plusRests("hello what", "yo hello what are you doing?").m)); assertEqualsVerbose([[array{"yo", "what", "are you doing"}]], sfu(getFind3plusRests("hello *", "yo hello what are you doing?").m)); new Matches m; S s = "yo hello what are you doing?"; if "...hello what..." assertEqualsVerbose([[array{"yo", "are you doing"}]], sfu(m.m)); else fail(); if "...hello *..." assertEqualsVerbose([[array{"yo", "what", "are you doing"}]], sfu(m.m)); else fail(); }