aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJoão Távora2014-04-07 00:23:45 +0100
committerJoão Távora2014-04-07 00:23:45 +0100
commit7aecc2f6ca3842395436f111449dbdcdce494ad5 (patch)
treec78d04a004e0e1185e78fb4fbe36f4729d8641e8 /test/ChangeLog
parent89f20f76d8fa700d2a534834bf178ac8796d35cf (diff)
downloademacs-7aecc2f6ca3842395436f111449dbdcdce494ad5.tar.gz
emacs-7aecc2f6ca3842395436f111449dbdcdce494ad5.zip
Fix triple-quoting electricity in python-mode
* lisp/progmodes/python.el (python-electric-pair-string-delimiter): Fix triple-quoting electricity. * test/automated/python-tests.el (python-triple-quote-pairing): New test. (python-syntax-after-python-backspace): New test. Fixes: debbugs:17192
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index 846da9621fc..d483b0b2f9e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,10 @@
12014-04-06 João Távora <joaotavora@gmail.com> 12014-04-06 João Távora <joaotavora@gmail.com>
2 2
3 * automated/python-tests.el (python-triple-quote-pairing): New test.
4 (python-syntax-after-python-backspace): New test.
5
62014-04-06 João Távora <joaotavora@gmail.com>
7
3 * automated/electric-tests.el (electric-pair-define-test-form): 8 * automated/electric-tests.el (electric-pair-define-test-form):
4 More readable test docstrings. 9 More readable test docstrings.
5 (whitespace-skipping-for-quotes-not-ouside) 10 (whitespace-skipping-for-quotes-not-ouside)