1 Tests find for strings with soft hyphens in them.
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
6 PASS canFind("ab", "a" + softHyphen + "b") is true
7 PASS canFind("ab", "a" + softHyphen + softHyphen + "b") is true
8 PASS canFind("àb", "a" + softHyphen + "b") is true
9 PASS canFind("ab", "a" + softHyphen + "̀b") is true
10 PASS canFind("ab", "à" + softHyphen + "b") is true
11 PASS canFind("a" + softHyphen + "b", "a" + softHyphen + "b") is true
12 PASS canFind("a" + softHyphen + "b", "ab") is true
13 PASS canFind("a" + hyphen + "b", "a" + softHyphen + "b") is false
14 PASS canFind("a-b", "a" + softHyphen + "b") is false
15 PASS successfullyParsed is true