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

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

[elpa] externals/pyim 7195c31e46 1/2: * tests/pyim-tests.el (pyim-tests-


From: ELPA Syncer
Subject: [elpa] externals/pyim 7195c31e46 1/2: * tests/pyim-tests.el (pyim-tests-pyim-candidates-search-buffer): Update.
Date: Sun, 22 May 2022 06:57:52 -0400 (EDT)

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

    * tests/pyim-tests.el (pyim-tests-pyim-candidates-search-buffer): Update.
---
 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 a689af0726..6c816e7000 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -399,7 +399,7 @@
     (should (equal (pyim-candidates-search-buffer (pyim-cregexp-build "nh" 3 
t))
                    '("牛蛤" "你坏" "你好" "牛和" "你话")))
     (let ((words (pyim-candidates-search-buffer (pyim-cregexp-build "nh" 3 
t))))
-      (equal (get-text-property 0 :comment (car words)) "(Buf)"))))
+      (should (equal (get-text-property 0 :comment (car words)) "(Buf)")))))
 
 (ert-deftest pyim-tests-pyim-candidates-cloud-search ()
   (let ((pyim-candidates-cloud-search-function



reply via email to

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