Warning: session_start(): open(/var/lib/php/sessions/sess_fv6os0623ai5855g14u2uprjei, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51
Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
!759
p {
new Matches m;
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));
S s = "yo hello what are you doing?";
new Matches m;
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();
}