mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from origin/emacs-29
bf50aa38f9Improve documentation of case-conversion commands225b426f25; Fix typos
This commit is contained in:
commit
22d9bbe284
13 changed files with 50 additions and 42 deletions
|
|
@ -54,7 +54,7 @@
|
|||
(enable-theme 'test-icons-theme)
|
||||
(should (equal (icon-string 'icon-test1) "<"))))
|
||||
|
||||
(ert-deftest test-icon-inheretance ()
|
||||
(ert-deftest test-icon-inheritance ()
|
||||
(let ((icon-preference '(image emoji symbol text)))
|
||||
(should (equal (icon-string 'icon-test2) ">")))
|
||||
(let ((icon-preference '(text)))
|
||||
|
|
|
|||
|
|
@ -7570,12 +7570,12 @@ always located at the beginning of buffer."
|
|||
(forward-to-word 1)
|
||||
(should (eq (face-at-point) font-lock-keyword-face)))))
|
||||
|
||||
(ert-deftest python-ts-mode-named-assignement-face-1 ()
|
||||
(ert-deftest python-ts-mode-named-assignment-face-1 ()
|
||||
(python-ts-tests-with-temp-buffer
|
||||
"var := 3"
|
||||
(should (eq (face-at-point) font-lock-variable-name-face))))
|
||||
|
||||
(ert-deftest python-ts-mode-assignement-face-2 ()
|
||||
(ert-deftest python-ts-mode-assignment-face-2 ()
|
||||
(python-ts-tests-with-temp-buffer
|
||||
"var, *rest = call()"
|
||||
(dolist (test '("var" "rest"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue