1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-05 08:53:45 +00:00
emacs/test
Dmitry Gutov bb808526ae * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function):
Extract `ruby-syntax-propertize-expansions'.
(ruby-syntax-propertize-expansions): Only change syntax on
certain string delimiters, to punctuation.  This way the common
functions like forward-word and thing-at-point still work.
(ruby-match-expression-expansion): Improve readability.
(ruby-block-contains-point): New function.
(ruby-add-log-current-method): Handle several edge cases.

* test/automated/ruby-mode-tests.el
Rename one interpolation test; add three more.
(ruby-with-temp-buffer): New macro, use it where appropriate.
(ruby-add-log-current-method-examples): Use "_" for target point.
Add four tests for ruby-add-log-current-method.
2012-12-14 10:58:15 +04:00
..
automated * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): 2012-12-14 10:58:15 +04:00
cedet Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
indent * lisp/progmodes/sh-script.el (sh--inside-noncommand-expression): 2012-10-30 23:10:25 -04:00
ChangeLog * lisp/progmodes/ruby-mode.el (ruby-syntax-propertize-function): 2012-12-14 10:58:15 +04:00
eshell.el More CL cleanups and reduction of use of cl.el. 2012-07-11 19:13:41 -04:00
README Mention etc/compilation.txt 2009-07-26 15:59:37 +00:00
redisplay-testsuite.el * src/xdisp.c (handle_invisible_prop): Fix ellipses at overlay string ends. 2012-08-20 00:19:05 +08:00
rmailmm.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00

This directory contains files intended to test various aspects of
Emacs's functionality.  Please help add tests!

(Also, see etc/compilation.txt for compilation mode font lock tests.)