* test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous
This commit is contained in:
parent
6b5d3a5172
commit
03ca10a9fa
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue