diff options
| author | João Távora | 2014-04-07 00:23:45 +0100 |
|---|---|---|
| committer | João Távora | 2014-04-07 00:23:45 +0100 |
| commit | 7aecc2f6ca3842395436f111449dbdcdce494ad5 (patch) | |
| tree | c78d04a004e0e1185e78fb4fbe36f4729d8641e8 /test/ChangeLog | |
| parent | 89f20f76d8fa700d2a534834bf178ac8796d35cf (diff) | |
| download | emacs-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/ChangeLog | 5 |
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 @@ | |||
| 1 | 2014-04-06 João Távora <joaotavora@gmail.com> | 1 | 2014-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 | |||
| 6 | 2014-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) |