// "Fix all 'Non-terminal use of '\s' escape sequence' problems in file" "true" class X { void test(String str) { if (str.matches("\sa\sb\sc\sd")) { } } }