static void ai_checkInput_match3(S pattern) { S input = ai_input(); if (!match(pattern, input)) quickFail("Input doesn't match: " + pattern + " / " + input); }