fix
This commit is contained in:
parent
4a4f9a6430
commit
e74dc83cb4
@ -117,7 +117,7 @@ public class Utils {
|
|||||||
|
|
||||||
public static void testPalindrome(Function<char[], Boolean> func) {
|
public static void testPalindrome(Function<char[], Boolean> func) {
|
||||||
testPalindrome(func, "palindrome", false);
|
testPalindrome(func, "palindrome", false);
|
||||||
for (String pal : List.of("elle", "kayak", "serre", "essayasse")) {
|
for (String pal : List.of("elle", "kayak", "serres", "essayasse")) {
|
||||||
testPalindrome(func, pal, true);
|
testPalindrome(func, pal, true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user