1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-27 15:43:13 -07:00
emacs/test/lisp/progmodes
Noam Postavsky cbb8a8ad97 Fix fill-paragraph in python docstrings (Bug#36056)
* lisp/progmodes/python.el (python-do-auto-fill): New function.
(python-mode): Set it as normal-auto-fill-function, and don't set
fill-indent-according-to-mode.  Having the latter set during
fill-paragraph gives wrongs result, because python-indent-line doesn't
remove indentation added by filling.
* test/lisp/progmodes/python-tests.el (python-fill-docstring): New
test.
2019-09-12 20:25:30 -04:00
..
flymake-resources
asm-mode-tests.el Use lexical-binding in asm-mode.el and add tests 2019-07-18 20:41:47 +02:00
bat-mode-tests.el
cc-mode-tests.el * test/lisp/progmodes/cc-mode-tests.el: Add a test with /***/ in #define lines 2019-07-17 14:07:26 +00:00
compile-tests.el * lisp/progmodes/compile.el (compilation-filter): `compilation--ensure-parse' 2019-07-12 21:57:18 +03:00
elisp-mode-tests.el
etags-tests.el
f90-tests.el
flymake-tests.el ; Re-enable all Flymake tests on Hydra 2019-07-30 16:59:59 +03:00
js-tests.el
ps-mode-tests.el Add more ps-mode octal tests 2019-06-13 03:03:26 +02:00
python-tests.el Fix fill-paragraph in python docstrings (Bug#36056) 2019-09-12 20:25:30 -04:00
ruby-mode-tests.el Strip trailing whitespaces at the end of converted do block 2019-07-25 16:01:55 +03:00
sql-tests.el
subword-tests.el
tcl-tests.el
xref-tests.el