mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-26 15:10:50 -08:00
Merge from emacs-24; up to 2012-11-09T14:45:15Z!dmantipov@yandex.ru
This commit is contained in:
commit
f78ee6afc0
29 changed files with 395 additions and 199 deletions
|
|
@ -202,13 +202,13 @@ VALUES-PLIST is a list with alternating index and value elements."
|
|||
| end
|
||||
|"))
|
||||
|
||||
(ert-deftest ruby-move-to-block-stops-at-opening ()
|
||||
(ert-deftest ruby-move-to-block-stops-at-indentation ()
|
||||
(with-temp-buffer
|
||||
(insert "def f\nend")
|
||||
(beginning-of-line)
|
||||
(ruby-mode)
|
||||
(ruby-move-to-block -1)
|
||||
(should (looking-at "f$"))))
|
||||
(should (looking-at "^def"))))
|
||||
|
||||
(ert-deftest ruby-toggle-block-to-do-end ()
|
||||
(with-temp-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue