3 require("casual-spelling");
6 test_translate_1: function () {
7 assert_equals(casual_spelling
.translate("\u00e1"), "a");
9 test_text_match_1: function () {
10 assert_objects_equal(casual_spelling
.hints_text_match("", ""),
13 test_text_match_2: function () {
14 assert_objects_equal(casual_spelling
.hints_text_match("a", "a"),
17 test_text_match_3: function () {
18 assert_objects_equal(casual_spelling
.hints_text_match("a", "b"),
21 test_text_match_4: function () {
22 assert_objects_equal(casual_spelling
.hints_text_match("\u00e1", "a"),
25 test_text_match_5: function () {
26 assert_objects_equal(casual_spelling
.hints_text_match("aa", "aa"),