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

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

[elpa] externals/pyim f4cc14ac64 32/41: Fix pyim-test.el


From: ELPA Syncer
Subject: [elpa] externals/pyim f4cc14ac64 32/41: Fix pyim-test.el
Date: Sat, 4 Jun 2022 09:57:47 -0400 (EDT)

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

    Fix pyim-test.el
---
 tests/pyim-tests.el | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index 9b48ffd4ce..dfeb86445b 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -1323,7 +1323,7 @@ Transfer-Encoding: chunked
   (let ((pyim-isearch-mode t))
     (with-current-buffer (get-buffer-create "test")
       (setq-local isearch-mode t))
-    (should (pyim-probe-isearch-mode)))))
+    (should (pyim-probe-isearch-mode))))
 
 (ert-deftest pyim-tests-pyim-probe-org-speed-commands ()
   (with-temp-buffer
@@ -1405,7 +1405,7 @@ Transfer-Encoding: chunked
       (evil-local-mode -1)
       (should-not (pyim-probe-evil-normal-mode)))))
 
-(ert-deftest pyim-tests-pyim-probe-punctuation-line-beginning (char)
+(ert-deftest pyim-tests-pyim-probe-punctuation-line-beginning ()
   (with-temp-buffer
     (should (pyim-probe-punctuation-line-beginning ?.))
     (insert "fff")
@@ -1413,7 +1413,7 @@ Transfer-Encoding: chunked
     (insert "\n")
     (should (pyim-probe-punctuation-line-beginning ?.))))
 
-(ert-deftest pyim-tests-pyim-probe-punctuation-after-punctuation (char)
+(ert-deftest pyim-tests-pyim-probe-punctuation-after-punctuation ()
   (with-temp-buffer
     (should-not (pyim-probe-punctuation-after-punctuation ?.))
     (insert "'")
@@ -1453,7 +1453,7 @@ Transfer-Encoding: chunked
 
 (ert-deftest pyim-tests-pyim-probe-xwidget-webkit-environment ()
   ;; TODO
-  ))
+  )
 
 (ert-run-tests-batch-and-exit)
 ;; * Footer



reply via email to

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