aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2013-02-14 07:33:55 +0400
committerDmitry Gutov2013-02-14 07:33:55 +0400
commit53ca88c478b773f2b56084442c8d17e83577f52c (patch)
tree53c4a4346dd423000de81ed52bd14b2d104f5237 /test/ChangeLog
parent6b26f14f789112bb929f65a8d44caeda11418432 (diff)
downloademacs-53ca88c478b773f2b56084442c8d17e83577f52c.tar.gz
emacs-53ca88c478b773f2b56084442c8d17e83577f52c.zip
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): Don't increase
depth for unfinished percent literal. Not using it in the caller. (ruby-move-to-block): Jump over multiline literals of all types, ignoring code-looking contents inside them. * test/automated/ruby-mode-tests.el (ruby-move-to-block-skips-percent-literal): Add depth-affecting bits inside the examples. (ruby-move-to-block-skips-heredoc): New test.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f508209008e..7e08eccc2e3 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,10 @@
12013-02-14 Dmitry Gutov <dgutov@yandex.ru>
2
3 * automated/ruby-mode-tests.el
4 (ruby-move-to-block-skips-percent-literal): Add depth-affecting
5 bits inside the examples.
6 (ruby-move-to-block-skips-heredoc): New test.
7
12013-02-13 Dmitry Gutov <dgutov@yandex.ru> 82013-02-13 Dmitry Gutov <dgutov@yandex.ru>
2 9
3 * automated/ruby-mode-tests.el 10 * automated/ruby-mode-tests.el