]> git.eshelyaron.com Git - emacs.git/commit
Improve Python triple-quote pairing tests for electric-pair-mode scratch/electric-pair-cleanup-and-49518-bugfix
authorJoão Távora <joaotavora@gmail.com>
Mon, 20 Sep 2021 10:55:41 +0000 (11:55 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 20 Sep 2021 10:57:07 +0000 (11:57 +0100)
commitbf3276240e6990bd904813bafe07a8a69a5916af
tree6a2771a8c78b668b8d1631db25251349e8c31ccf
parentb0c34e3c207be0450fddd70620c600cd546751f2
Improve Python triple-quote pairing tests for electric-pair-mode

These tests were once passing incorrectly, i.e. the auto-pairing
functionality they purport to guard wasn't really working.  Added a
new test in hopes that regressions can be spotted in the future for
the now-working functionality of Python triple-quote auto-pairing via
electric-pair-mode.

bug#49518

* test/lisp/progmodes/python-tests.el
(python-triple-double-quote-pairing): Rename from
python-triple-quote-pairing.
(python-triple-single-quote-pairing): New test.
test/lisp/progmodes/python-tests.el