aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorDmitry Gutov2012-07-20 07:10:25 -0400
committerStefan Monnier2012-07-20 07:10:25 -0400
commitc28662a8dc4fefae711b21fcb7a71e871e37d1e6 (patch)
tree37b6cf9b6caced945b938195028c95697fd2adf1 /test/ChangeLog
parent87ab808f0c0b2653a4a314d216c2afb44cfb2fc9 (diff)
downloademacs-c28662a8dc4fefae711b21fcb7a71e871e37d1e6.tar.gz
emacs-c28662a8dc4fefae711b21fcb7a71e871e37d1e6.zip
* lisp/progmodes/ruby-mode.el (ruby-parse-partial): No error when end
up inside string symbol literal. * test/automated/ruby-mode-tests.el: New file with one test. Fixes: debbugs:11923
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index f82a395e548..db8380cfb27 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
12012-07-20 Dmitry Gutov <dgutov@yandex.ru>
2
3 * automated/ruby-mode-tests.el: New file with one test.
4
12012-07-17 Stefan Monnier <monnier@iro.umontreal.ca> 52012-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * indent/shell.sh: Add test case for ${#VAR}. 7 * indent/shell.sh: Add test case for ${#VAR}.