diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 2ef22c9a4c6..fb969069c6c 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,32 +1,18 @@ | |||
| 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 | ||
| 4 | overtest.. | ||
| 5 | (inhibit-in-mismatched-string-inside-ruby-comments): New test. | ||
| 6 | (inhibit-in-mismatched-string-inside-c-comments): New test. | ||
| 7 | |||
| 8 | 2014-04-07 João Távora <joaotavora@gmail.com> | ||
| 9 | |||
| 10 | * automated/electric-tests.el (inhibit-if-strings-mismatched): | ||
| 11 | New test, change from `inhibit-only-of-next-is-mismatched'. | ||
| 12 | |||
| 13 | 2014-04-06 João Távora <joaotavora@gmail.com> | ||
| 14 | |||
| 15 | * automated/python-tests.el (python-triple-quote-pairing): New test. | 3 | * automated/python-tests.el (python-triple-quote-pairing): New test. |
| 16 | (python-syntax-after-python-backspace): New test. | 4 | (python-syntax-after-python-backspace): New test. |
| 17 | 5 | ||
| 18 | 2014-04-06 João Távora <joaotavora@gmail.com> | ||
| 19 | |||
| 20 | * automated/electric-tests.el (electric-pair-define-test-form): | 6 | * automated/electric-tests.el (electric-pair-define-test-form): |
| 21 | More readable test docstrings. | 7 | More readable test docstrings. |
| 22 | (whitespace-skipping-for-quotes-not-ouside) | 8 | (whitespace-skipping-for-quotes-not-ouside) |
| 23 | (whitespace-skipping-for-quotes-only-inside) | 9 | (whitespace-skipping-for-quotes-only-inside) |
| 24 | (whitespace-skipping-for-quotes-in-text-mode): New tests. | 10 | (whitespace-skipping-quotes-not-without-proper-syntax): New tests. |
| 25 | 11 | ||
| 26 | 2014-04-04 João Távora <joaotavora@gmail.com> | 12 | 2014-04-04 João Távora <joaotavora@gmail.com> |
| 27 | 13 | ||
| 28 | * automated/electric-tests.el (define-electric-pair-test): Don't | 14 | * automated/electric-tests.el (define-electric-pair-test): |
| 29 | overtest.. | 15 | Don't overtest. |
| 30 | (inhibit-in-mismatched-string-inside-ruby-comments): New test. | 16 | (inhibit-in-mismatched-string-inside-ruby-comments): New test. |
| 31 | (inhibit-in-mismatched-string-inside-c-comments): New test. | 17 | (inhibit-in-mismatched-string-inside-c-comments): New test. |
| 32 | 18 | ||