1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-22 10:26:20 +00:00
emacs/test/lisp/progmodes
Noam Postavsky 05345babc9 Fix off by one error in python-mode assertion (Bug#30964)
* lisp/progmodes/python.el (python-nav-end-of-statement): Don't assert
that string-start is strictly greater than last-string-end, because
the string end is a position outside of the string and may therefore
be the same as the following string's start.
* test/lisp/progmodes/python-tests.el (python-nav-end-of-statement-2):
New test.
2018-06-16 18:34:19 -04:00
..
flymake-resources Add tests for Flymake backends for Ruby and Perl 2017-11-05 12:55:43 +00:00
bat-mode-tests.el Support variable-unquoting syntax in bat-mode 2018-03-15 15:23:01 +02:00
cc-mode-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
compile-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
elisp-mode-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
etags-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
f90-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
flymake-tests.el Fix Flymake's ruby-mode tests when user has "rubocop" installed 2018-05-21 19:23:42 +01:00
js-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
python-tests.el Fix off by one error in python-mode assertion (Bug#30964) 2018-06-16 18:34:19 -04:00
ruby-mode-tests.el Quieten compilation of some test/lisp files 2018-03-09 15:04:59 -05:00
sql-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
subword-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00
xref-tests.el Update copyright year to 2018 2018-01-01 00:57:59 -08:00