1
0
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:
Glenn Morris 2014-05-28 22:55:57 -07:00
parent 6b5d3a5172
commit 03ca10a9fa

View File

@ -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 ()