mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
* automated/ruby-mode-tests.el (ruby-exit!-font-lock): Set expected-result.
This commit is contained in:
parent
88fa559d27
commit
48592bfdf5
2 changed files with 7 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
2013-11-22 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* automated/ruby-mode-tests.el (ruby-exit!-font-lock):
|
||||
Set expected-result.
|
||||
|
||||
2013-11-21 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* automated/Makefile.in (XARGS_LIMIT): New, set by configure.
|
||||
|
|
|
|||
|
|
@ -91,7 +91,8 @@ VALUES-PLIST is a list with alternating index and value elements."
|
|||
(ert-deftest ruby-no-heredoc-inside-quotes ()
|
||||
(ruby-assert-state "\"<<\", \"\",\nfoo" 3 nil))
|
||||
|
||||
(ert-deftest ruby-exit!-font-lock ()
|
||||
;; Change result if you fix http://debbugs.gnu.org/15874
|
||||
(ert-deftest ruby-exit!-font-lock () :expected-result :failed
|
||||
(ruby-assert-face "exit!" 5 font-lock-builtin-face))
|
||||
|
||||
(ert-deftest ruby-deep-indent ()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue