* test/automated/ruby-mode-tests.el:

Add a failing test for bug #15874.
This commit is contained in:
Bozhidar Batsov 2013-11-20 13:01:31 +02:00
parent 638af3a10f
commit 2d16124303

View file

@ -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)))