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

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

[elpa] externals/pyim 66583bd085 2/2: * tests/pyim-tests.el (pyim-tests-


From: ELPA Syncer
Subject: [elpa] externals/pyim 66583bd085 2/2: * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-generate-file): Fixed.
Date: Mon, 6 Jun 2022 09:58:05 -0400 (EDT)

branch: externals/pyim
commit 66583bd085d728c19060e9fdba3c57d10868f581
Author: Feng Shu <tumashu@163.com>
Commit: Feng Shu <tumashu@163.com>

    * tests/pyim-tests.el (pyim-tests-pyim-dhashcache-generate-file): Fixed.
---
 tests/pyim-tests.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index 7c636d648f..a2f62a7535 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -1061,7 +1061,9 @@ ni-hao 你好 尼耗
     (with-temp-buffer
       (insert ";; -*- coding: utf-8 -*--
 a 阿 啊 呵 腌 吖 嗄 锕 錒
+pinyin/a 阿 啊 呵 腌 吖 嗄 锕 錒
 a-a 啊啊
+wo 我
 zuo-zuo-ye 做作业
 zuo-zuo-you-mang 作作有芒")
       (write-region (point-min) (point-max) dist-file))
@@ -1077,7 +1079,8 @@ zuo-zuo-you-mang 作作有芒")
     (should (equal (gethash "a" output1) '("阿" "啊" "呵" "腌" "吖" "嗄" "锕" "錒")))
     (should (equal (gethash "a-a" output1) '("啊啊")))
     (should (equal (gethash "zuo-zuo-you-mang" output1) '("作作有芒")))
-    (should (equal (gethash "啊" output2) '("a")))
+    (should (equal (gethash "啊" output2) '("pinyin/a")))
+    (should (equal (gethash "我" output2) nil))
     (should (equal (gethash "啊啊" output2) nil))))
 
 (ert-deftest pyim-tests-pyim-dhashcache-update-shortcode2word ()



reply via email to

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