1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 20:50:52 -08:00
emacs/test/lisp/progmodes
Noam Postavsky 443f371636 ; Fix backslashes in python-tests
* test/lisp/progmodes/python-tests.el (python-indent-after-backslash-1)
(python-indent-after-backslash-2)
(python-indent-after-backslash-3)
(python-indent-after-backslash-4)
(python-indent-after-backslash-5)
(python-nav-beginning-of-statement-1)
(python-nav-end-of-statement-1)
(python-nav-forward-statement-1)
(python-nav-backward-statement-1)
(python-nav-backward-statement-2)
(python-info-statement-starts-block-p-2)
(python-info-statement-ends-block-p-2)
(python-info-beginning-of-statement-p-2)
(python-info-end-of-statement-p-2)
(python-info-beginning-of-block-p-2)
(python-info-end-of-block-p-2)
(python-info-line-ends-backslash-p-1)
(python-info-beginning-of-backslash-1)
(python-info-continuation-line-p-1)
(python-info-block-continuation-line-p-1)
(python-info-assignment-statement-p-1)
(python-info-assignment-continuation-line-p-1): Backslashes in
literals should be doubled only once to produce one backslash in the
buffer.  If there backslashes inside a Python string literal in a Lisp
literal, that would need to be doubled twice, but there are no such
cases.  Note that `python-tests-looking-at' takes a plain string, not
a regexp.
2017-05-28 23:33:25 -04:00
..
flymake-resources
bat-mode-tests.el Improve fontification in bat-mode 2017-02-10 11:23:24 +02:00
cc-mode-tests.el
compile-tests.el
elisp-mode-tests.el Limit integers printed as characters (Bug#16828) 2017-05-19 18:16:38 -04:00
etags-tests.el
f90.el
flymake-tests.el
js-tests.el fix two js-mode syntax propertization bugs 2017-04-01 15:03:46 -06:00
python-tests.el ; Fix backslashes in python-tests 2017-05-28 23:33:25 -04:00
ruby-mode-tests.el
sql-tests.el
subword-tests.el
xref-tests.el