aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c11d5d26c13..5c17e09e962 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,13 @@
12013-05-19 Dmitry Gutov <dgutov@yandex.ru>
2
3 * indent/ruby.rb: Add multiline regexp example.
4
5 * automated/ruby-mode-tests.el (ruby-heredoc-highlights-interpolations)
6 (ruby-regexp-skips-over-interpolation)
7 (ruby-regexp-continues-till-end-when-unclosed)
8 (ruby-regexp-can-be-multiline)
9 (ruby-interpolation-inside-percent-literal): New tests.
10
12013-05-08 Stefan Monnier <monnier@iro.umontreal.ca> 112013-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * indent/ruby.rb: Fix indentation after =; add more cases. 13 * indent/ruby.rb: Fix indentation after =; add more cases.