diff options
| author | Bozhidar Batsov | 2013-11-20 13:01:31 +0200 |
|---|---|---|
| committer | Bozhidar Batsov | 2013-11-20 13:01:31 +0200 |
| commit | 2d1612430334f22d58da9c04e339de390f8a536c (patch) | |
| tree | e54202a30fdc6490758abf637742af4f4f979461 | |
| parent | 638af3a10fcce157e41437d45a4a075c95dd555a (diff) | |
| download | emacs-2d1612430334f22d58da9c04e339de390f8a536c.tar.gz emacs-2d1612430334f22d58da9c04e339de390f8a536c.zip | |
* test/automated/ruby-mode-tests.el:
Add a failing test for bug #15874.
| -rw-r--r-- | test/automated/ruby-mode-tests.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/automated/ruby-mode-tests.el b/test/automated/ruby-mode-tests.el index e84f55be93d..efed67d9d91 100644 --- a/test/automated/ruby-mode-tests.el +++ b/test/automated/ruby-mode-tests.el | |||
| @@ -91,6 +91,9 @@ 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 () | ||
| 95 | (ruby-assert-face "exit!" 5 font-lock-builtin-face)) | ||
| 96 | |||
| 94 | (ert-deftest ruby-deep-indent () | 97 | (ert-deftest ruby-deep-indent () |
| 95 | (let ((ruby-deep-arglist nil) | 98 | (let ((ruby-deep-arglist nil) |
| 96 | (ruby-deep-indent-paren '(?\( ?\{ ?\[ ?\] t))) | 99 | (ruby-deep-indent-paren '(?\( ?\{ ?\[ ?\] t))) |