emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/pyim 231bd63b27: * tests/pyim-tests.el (pyim-tests-pyim


From: ELPA Syncer
Subject: [elpa] externals/pyim 231bd63b27: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-upgrade-icode2word): Update.
Date: Fri, 10 Jun 2022 21:57:48 -0400 (EDT)

branch: externals/pyim
commit 231bd63b2714eb799f1252150d2da71f98f75067
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]