added post: CensorThis - Censor the words [CF]

This commit is contained in:
agusmakmun
2016-05-22 04:22:57 +07:00
parent e3340582d7
commit 1a5915de02

View File

@@ -67,7 +67,7 @@ Expected Output: "Python is the **** programming language and LOLCODE is the ***
``` ```
text: "A bald eagle is a worthy adversary" text: "A bald eagle is a worthy adversary"
forbiddenWords: ["bald", "a"] forbiddenWords: ["bald", "a"]
Output: "* **** eagle is * worthy adversary" Expected Output: "* **** eagle is * worthy adversary"
``` ```
**Test 5** **Test 5**