aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 44c013e9887..f11325d0318 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,9 +1,21 @@
12012-11-14 Dmitry Gutov <dgutov@yandex.ru>
2
3 * automated/ruby-mode-tests.el (ruby-indent-singleton-class): Pass.
4 (ruby-indent-inside-heredoc-after-operator)
5 (ruby-indent-inside-heredoc-after-space): New tests.
6 Change direct font-lock face references to var references.
7 (ruby-interpolation-suppresses-syntax-inside): New test.
8 (ruby-interpolation-inside-percent-literal-with-paren): New
9 failing test.
10
12012-11-13 Dmitry Gutov <dgutov@yandex.ru> 112012-11-13 Dmitry Gutov <dgutov@yandex.ru>
2 12
3 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock) 13 * automated/ruby-mode-tests.el (ruby-heredoc-font-lock)
4 (ruby-singleton-class-no-heredoc-font-lock) 14 (ruby-singleton-class-no-heredoc-font-lock)
5 (ruby-add-log-current-method-examples): New tests. 15 (ruby-add-log-current-method-examples): New tests.
6 (ruby-test-string): Extract from ruby-should-indent-buffer. 16 (ruby-test-string): Extract from ruby-should-indent-buffer.
17 (ruby-deftest-move-to-block): New macro.
18 Add several move-to-block tests.
7 19
82012-11-12 Stefan Monnier <monnier@iro.umontreal.ca> 202012-11-12 Stefan Monnier <monnier@iro.umontreal.ca>
9 21