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

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

[elpa] externals/pyim 3339ffac4b 2/2: * tests/pyim-tests.el (pyim-tests-


From: ELPA Syncer
Subject: [elpa] externals/pyim 3339ffac4b 2/2: * tests/pyim-tests.el (pyim-tests-pyim-candidates-cloud-search): Fixed.
Date: Mon, 9 May 2022 00:57:51 -0400 (EDT)

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

    * tests/pyim-tests.el (pyim-tests-pyim-candidates-cloud-search): Fixed.
---
 tests/pyim-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index 5a99628b2e..6bb1f114d3 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -403,7 +403,7 @@
   (let ((pyim-candidates-cloud-search-function
          (lambda (x y)
            (list x y "b"))))
-    (should (equal (pyim-candidates-cloud-search "a" 'quanpin) '("a" pinyin 
"b"))))
+    (should (equal (pyim-candidates-cloud-search "a" 'quanpin) '("a" quanpin 
"b"))))
 
   (let ((pyim-candidates-cloud-search-function nil))
     (should (not (pyim-candidates-cloud-search "a" 'quanpin))))



reply via email to

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