* test/automated/ruby-mode-tests.el:
Add a failing test for bug #15874.
This commit is contained in:
parent
638af3a10f
commit
2d16124303
1 changed files with 3 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue