diff --git a/seed/challenges/01-front-end-development-certification/basic-bonfires.json b/seed/challenges/01-front-end-development-certification/basic-bonfires.json
index 08b2be8418..5e1bcee431 100644
--- a/seed/challenges/01-front-end-development-certification/basic-bonfires.json
+++ b/seed/challenges/01-front-end-development-certification/basic-bonfires.json
@@ -181,7 +181,8 @@
"assert(palindrome(\"almostomla\") === false, 'message: palindrome(\"almostomla\")
should return false.');",
"assert(palindrome(\"My age is 0, 0 si ega ym.\") === true, 'message: palindrome(\"My age is 0, 0 si ega ym.\")
should return true.');",
"assert(palindrome(\"1 eye for of 1 eye.\") === false, 'message: palindrome(\"1 eye for of 1 eye.\")
should return false.');",
- "assert(palindrome(\"0_0 (: /-\\ :) 0-0\") === true, 'message: palindrome(\"0_0 (: /-\\ :) 0-0\")
should return true.');"
+ "assert(palindrome(\"0_0 (: /-\\ :) 0-0\") === true, 'message: palindrome(\"0_0 (: /-\\ :) 0-0\")
should return true.');",
+ "assert(palindrome(\"five|\\_/|four\") === false, 'message: palindrome(\"five|\\_/|four\")
should return false.');"
],
"type": "bonfire",
"isRequired": true,