mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-03 08:30:09 +00:00
* test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous
This commit is contained in:
parent
6b5d3a5172
commit
03ca10a9fa
@ -61,7 +61,7 @@ VALUES-PLIST is a list with alternating index and value elements."
|
||||
|
||||
(defun ruby-assert-face (content pos face)
|
||||
(ruby-with-temp-buffer content
|
||||
(font-lock-ensure nil nil 'force)
|
||||
(font-lock-ensure nil nil)
|
||||
(should (eq face (get-text-property pos 'face)))))
|
||||
|
||||
(ert-deftest ruby-indent-after-symbol-made-from-string-interpolation ()
|
||||
|
Loading…
Reference in New Issue
Block a user