diff options
| author | Glenn Morris | 2014-04-07 17:15:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2014-04-07 17:15:45 -0400 |
| commit | c17a8019bfda7ce6773a91fa3506750024fe9e23 (patch) | |
| tree | 6cb64e98b08ca55d313aa7d86a4cbcbfe9e5cce8 | |
| parent | e3b838807bf9fbbbec9826de6c1e4efdf72acb78 (diff) | |
| download | emacs-c17a8019bfda7ce6773a91fa3506750024fe9e23.tar.gz emacs-c17a8019bfda7ce6773a91fa3506750024fe9e23.zip | |
ChangeLog fix (no need to merge to trunk)
| -rw-r--r-- | test/ChangeLog | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 5aca4a1d063..42cc63fbb9e 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,12 +1,10 @@ | |||
| 1 | 2014-04-07 João Távora <joaotavora@gmail.com> | 1 | 2014-04-07 João Távora <joaotavora@gmail.com> |
| 2 | 2 | ||
| 3 | * automated/electric-tests.el (define-electric-pair-test): Don't | 3 | * automated/electric-tests.el (define-electric-pair-test): |
| 4 | overtest.. | 4 | Don't overtest. |
| 5 | (inhibit-in-mismatched-string-inside-ruby-comments): New test. | 5 | (inhibit-in-mismatched-string-inside-ruby-comments): New test. |
| 6 | (inhibit-in-mismatched-string-inside-c-comments): New test. | 6 | (inhibit-in-mismatched-string-inside-c-comments): New test. |
| 7 | 7 | ||
| 8 | 2014-04-07 João Távora <joaotavora@gmail.com> | ||
| 9 | |||
| 10 | * automated/electric-tests.el (inhibit-if-strings-mismatched): | 8 | * automated/electric-tests.el (inhibit-if-strings-mismatched): |
| 11 | New test, change from `inhibit-only-of-next-is-mismatched'. | 9 | New test, change from `inhibit-only-of-next-is-mismatched'. |
| 12 | 10 | ||
| @@ -15,13 +13,11 @@ | |||
| 15 | * automated/python-tests.el (python-triple-quote-pairing): New test. | 13 | * automated/python-tests.el (python-triple-quote-pairing): New test. |
| 16 | (python-syntax-after-python-backspace): New test. | 14 | (python-syntax-after-python-backspace): New test. |
| 17 | 15 | ||
| 18 | 2014-04-06 João Távora <joaotavora@gmail.com> | ||
| 19 | |||
| 20 | * automated/electric-tests.el (electric-pair-define-test-form): | 16 | * automated/electric-tests.el (electric-pair-define-test-form): |
| 21 | More readable test docstrings. | 17 | More readable test docstrings. |
| 22 | (whitespace-skipping-for-quotes-not-ouside) | 18 | (whitespace-skipping-for-quotes-not-ouside) |
| 23 | (whitespace-skipping-for-quotes-only-inside) | 19 | (whitespace-skipping-for-quotes-only-inside) |
| 24 | (whitespace-skipping-for-quotes-in-text-mode): New tests. | 20 | (whitespace-skipping-quotes-not-without-proper-syntax): New tests. |
| 25 | 21 | ||
| 26 | 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com> | 22 | 2014-03-24 Barry O'Reilly <gundaetiapo@gmail.com> |
| 27 | 23 | ||