aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorJoão Távora <[email protected]>2014-04-07 08:29:50 +0100
committerJoão Távora <[email protected]>2014-04-07 08:29:50 +0100
commit190f899aed4eeb62286874bda47a92236d52ad4c (patch)
tree1fad7c0081bf964b85ab7e34683866ca2285c66c /test/ChangeLog
parent528c33b52868be1d01353f00996d8c63804f74e0 (diff)
Improve on previous quote autopairing change
Backported from trunk 2014-04-04T23:31:[email protected] * lisp/elec-pair.el: (electric-pair--syntax-ppss): When inside comments parse from comment beginning. (electric-pair--balance-info): Fix typo in comment. (electric-pair--in-unterminated-string-p): Delete. (electric-pair--unbalanced-strings-p): New function. (electric-pair-string-bound-function): New var. (electric-pair-inhibit-if-helps-balance): Decide quote pairing according to `electric-pair--in-unterminated-string-p' * test/automated/electric-tests.el (define-electric-pair-test): Don't overtest.. (inhibit-in-mismatched-string-inside-ruby-comments): New test. (inhibit-in-mismatched-string-inside-c-comments): New test.
Diffstat (limited to 'test/ChangeLog')
-rw-r--r--test/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog
index c94bf21fd3..5aca4a1d06 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,5 +1,12 @@
2014-04-07 João Távora <[email protected]>
+ * automated/electric-tests.el (define-electric-pair-test): Don't
+ overtest..
+ (inhibit-in-mismatched-string-inside-ruby-comments): New test.
+ (inhibit-in-mismatched-string-inside-c-comments): New test.
+
+2014-04-07 João Távora <[email protected]>
+
* automated/electric-tests.el (inhibit-if-strings-mismatched):
New test, change from `inhibit-only-of-next-is-mismatched'.