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

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

[elpa] externals/pyim d1b35f7: * tests/pyim-tests.el (pyim-test-pyim-pin


From: ELPA Syncer
Subject: [elpa] externals/pyim d1b35f7: * tests/pyim-tests.el (pyim-test-pyim-pinyin): Add test about #226.
Date: Wed, 8 Dec 2021 23:57:33 -0500 (EST)

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

    * tests/pyim-tests.el (pyim-test-pyim-pinyin): Add test about #226.
---
 tests/pyim-tests.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index ebd1add..60880ee 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -140,6 +140,10 @@
                  '(("x" "ian" "x" "ian"))))
   (should (equal (pyim-pinyin-split "xi'an")
                  '(("" "xi'an" "" "xi'an"))))
+  (should (equal (pyim-pinyin-split "ide")
+                 '(("" "ide" "" "ide"))))
+  (should (equal (pyim-pinyin-split "ude")
+                 '(("" "ude" "" "ude"))))
 
   ;; pyim-pinyin-find-fuzzy
   (let ((pyim-pinyin-fuzzy-alist



reply via email to

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