diff options
| author | Glenn Morris | 2013-11-21 19:08:31 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-11-21 19:08:31 -0800 |
| commit | 48592bfdf58e26bb6df780ca0a154f7b20d352c6 (patch) | |
| tree | aac8ab2af14dd833cb653b27512ae3380efb24f9 | |
| parent | 88fa559d2743522d709bab6ed179be5800d8c1bc (diff) | |
| download | emacs-48592bfdf58e26bb6df780ca0a154f7b20d352c6.tar.gz emacs-48592bfdf58e26bb6df780ca0a154f7b20d352c6.zip | |
* automated/ruby-mode-tests.el (ruby-exit!-font-lock): Set expected-result.
| -rw-r--r-- | test/ChangeLog | 5 | ||||
| -rw-r--r-- | test/automated/ruby-mode-tests.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 9db79e71617..2f70381d7fe 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-22 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el (ruby-exit!-font-lock): | ||
| 4 | Set expected-result. | ||
| 5 | |||
| 1 | 2013-11-21 Glenn Morris <rgm@gnu.org> | 6 | 2013-11-21 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * automated/Makefile.in (XARGS_LIMIT): New, set by configure. | 8 | * automated/Makefile.in (XARGS_LIMIT): New, set by configure. |
diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index 9c121169756..f59b8db86e9 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el | |||
| @@ -91,7 +91,8 @@ VALUES-PLIST is a list with alternating index and value elements." | |||
| 91 | (ert-deftest ruby-no-heredoc-inside-quotes () | 91 | (ert-deftest ruby-no-heredoc-inside-quotes () |
| 92 | (ruby-assert-state "\"<<\", \"\",\nfoo" 3 nil)) | 92 | (ruby-assert-state "\"<<\", \"\",\nfoo" 3 nil)) |
| 93 | 93 | ||
| 94 | (ert-deftest ruby-exit!-font-lock () | 94 | ;; Change result if you fix http://debbugs.gnu.org/15874 |
| 95 | (ert-deftest ruby-exit!-font-lock () :expected-result :failed | ||
| 95 | (ruby-assert-face "exit!" 5 font-lock-builtin-face)) | 96 | (ruby-assert-face "exit!" 5 font-lock-builtin-face)) |
| 96 | 97 | ||
| 97 | (ert-deftest ruby-deep-indent () | 98 | (ert-deftest ruby-deep-indent () |