summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2013-11-20 13:01:31 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2013-11-20 13:01:31 +0200
commit2d1612430334f22d58da9c04e339de390f8a536c (patch)
treee54202a30fdc6490758abf637742af4f4f979461 /test
parent638af3a10fcce157e41437d45a4a075c95dd555a (diff)
downloademacs-2d1612430334f22d58da9c04e339de390f8a536c.tar.gz
* test/automated/ruby-mode-tests.el:
Add a failing test for bug #15874.
Diffstat (limited to 'test')
-rw-r--r--test/automated/ruby-mode-tests.el3
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."
(ert-deftest ruby-no-heredoc-inside-quotes ()
(ruby-assert-state "\"<<\", \"\",\nfoo" 3 nil))
+(ert-deftest ruby-exit!-font-lock ()
+ (ruby-assert-face "exit!" 5 font-lock-builtin-face))
+
(ert-deftest ruby-deep-indent ()
(let ((ruby-deep-arglist nil)
(ruby-deep-indent-paren '(?\( ?\{ ?\[ ?\] t)))