branch: externals/pyim commit 64731c213cf50f44f44f9a7d1ab269b387e66663 Author: Feng Shu <tuma...@163.com> Commit: Feng Shu <tuma...@163.com>
Fix pyim-tests-pyim-probe-org-latex-mode --- tests/pyim-tests.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el index eaa3ed9de3..5e44e5db2e 100644 --- a/tests/pyim-tests.el +++ b/tests/pyim-tests.el @@ -1750,8 +1750,8 @@ Transfer-Encoding: chunked (should (pyim-probe-org-latex-mode)) (erase-buffer) - (insert "$$") - (backward-char 1) + (insert "\\(\\)") + (backward-char 2) (should (pyim-probe-org-latex-mode)) (erase-buffer)