branch: externals/pyim commit 231bd63b2714eb799f1252150d2da71f98f75067 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
* tests/pyim-tests.el (pyim-tests-pyim-dhashcache-upgrade-icode2word): Update. --- tests/pyim-tests.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el index d1ee5fa7e0..3055d88c32 100644 --- a/tests/pyim-tests.el +++ b/tests/pyim-tests.el @@ -1240,6 +1240,8 @@ yin-xing 因行 '(69)))) (ert-deftest pyim-tests-pyim-dhashcache-upgrade-icode2word () + (should (equal (pyim-dhashcache-upgrade-icode2word-rulers) + '(((".") . "wubi/") (("@") . "cangjie/")))) (let ((pyim-dhashcache-icode2word (make-hash-table :test #'equal))) (puthash ".aaaa" '("工") pyim-dhashcache-icode2word) (puthash "wubi/aaaa" '("㠭" "工") pyim-dhashcache-icode2word)