diff options
| author | Dmitry Gutov | 2012-08-10 16:25:43 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2012-08-10 16:25:43 -0400 |
| commit | 9d2ed8a27e459dd09cf3f770bae5127f21debc34 (patch) | |
| tree | 08dac730e918cd067274e2a485904b0340f847c0 /test/ChangeLog | |
| parent | 9cd80478d6b6e8fd0eaac516e2f7bb6a5e0041bf (diff) | |
| download | emacs-9d2ed8a27e459dd09cf3f770bae5127f21debc34.tar.gz emacs-9d2ed8a27e459dd09cf3f770bae5127f21debc34.zip | |
* test/automated/ruby-mode-tests.el (ruby-should-indent):
Add docstring, check (current-indentation) instead of (current-column).
(ruby-should-indent-buffer): New function.
Add tests for `ruby-deep-indent-paren' behavior.
Port all tests from test/misc/test_ruby_mode.rb in Ruby repo.
Fixes: debbugs:12169
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 86f3019cb08..d5bed2c8dfc 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-08-10 Dmitry Gutov <dgutov@yandex.ru> | ||
| 2 | |||
| 3 | * automated/ruby-mode-tests.el (ruby-should-indent): | ||
| 4 | Add docstring, check (current-indentation) instead of (current-column). | ||
| 5 | (ruby-should-indent-buffer): New function. | ||
| 6 | Add tests for `ruby-deep-indent-paren' behavior. | ||
| 7 | Port all tests from test/misc/test_ruby_mode.rb in Ruby repo. | ||
| 8 | |||
| 1 | 2012-08-09 Dmitry Gutov <dgutov@yandex.ru> | 9 | 2012-08-09 Dmitry Gutov <dgutov@yandex.ru> |
| 2 | 10 | ||
| 3 | * automated/ruby-mode-tests.el (ruby-should-indent) | 11 | * automated/ruby-mode-tests.el (ruby-should-indent) |
| @@ -6,8 +14,8 @@ | |||
| 6 | 14 | ||
| 7 | 2012-07-29 David Engster <deng@randomsample.de> | 15 | 2012-07-29 David Engster <deng@randomsample.de> |
| 8 | 16 | ||
| 9 | * automated/xml-parse-tests.el (xml-parse-tests--qnames): New | 17 | * automated/xml-parse-tests.el (xml-parse-tests--qnames): |
| 10 | variable to hold test data for name expansion. | 18 | New variable to hold test data for name expansion. |
| 11 | (xml-parse-tests): Test the two different types of name expansion. | 19 | (xml-parse-tests): Test the two different types of name expansion. |
| 12 | 20 | ||
| 13 | 2012-07-29 Juri Linkov <juri@jurta.org> | 21 | 2012-07-29 Juri Linkov <juri@jurta.org> |