projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b5d3a5
)
* test/automated/ruby-mode-test.el (ruby-assert-face): Fix typo in previous
author
Glenn Morris
<rgm@gnu.org>
Thu, 29 May 2014 05:55:57 +0000
(22:55 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 29 May 2014 05:55:57 +0000
(22:55 -0700)
test/automated/ruby-mode-tests.el
patch
|
blob
|
history
diff --git
a/test/automated/ruby-mode-tests.el
b/test/automated/ruby-mode-tests.el
index 468213cf70f763b9e40af45c292d5350ca33a873..1c14a0c4696f025b3f898c58e9b15902e498220d 100644
(file)
--- a/
test/automated/ruby-mode-tests.el
+++ b/
test/automated/ruby-mode-tests.el
@@
-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 ()