aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-11-13 22:57:26 +0400
committerDmitry Gutov2012-11-13 22:57:26 +0400
commit5e9419e849410373473691611778572622ea490a (patch)
tree88032e7ebb0ae6815a9e2bda2637e37c153f54ff /test/ChangeLog
parenta77b8d5eb0ac3ea68f8a6e647677b1286ab47d30 (diff)
downloademacs-5e9419e849410373473691611778572622ea490a.tar.gz
emacs-5e9419e849410373473691611778572622ea490a.zip
* lisp/progmodes/ruby-mode.el (ruby-move-to-block): Looks for a block
start/end keyword a bit harder. Works with different values of N. Add more comments. (ruby-end-of-block): Update accordingly. * test/automated/ruby-mode-tests.el (ruby-heredoc-font-lock) (ruby-singleton-class-no-heredoc-font-lock) (ruby-add-log-current-method-examples): New tests. (ruby-test-string): Extract from ruby-should-indent-buffer. (ruby-deftest-move-to-block): New macro. Add several move-to-block tests.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 44c013e9887..8973a0f1d4f 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -4,6 +4,8 @@
4 (ruby-singleton-class-no-heredoc-font-lock) 4 (ruby-singleton-class-no-heredoc-font-lock)
5 (ruby-add-log-current-method-examples): New tests. 5 (ruby-add-log-current-method-examples): New tests.
6 (ruby-test-string): Extract from ruby-should-indent-buffer. 6 (ruby-test-string): Extract from ruby-should-indent-buffer.
7 (ruby-deftest-move-to-block): New macro.
8 Add several move-to-block tests.
7 9
82012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> 102012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
9 11