diff options
| author | Michal Nazarewicz | 2014-06-05 16:42:45 +0200 |
|---|---|---|
| committer | Michal Nazarewicz | 2014-06-05 16:42:45 +0200 |
| commit | 1d7f01eeed9b36fcfbb0d7a5de503a418b43814c (patch) | |
| tree | 10a6b8bd68022b417d02c50fcbbf0449bcc89890 /test/ChangeLog | |
| parent | 03d7d160c3c7f31f1fee84b1bdcd252a8cec7b99 (diff) | |
| download | emacs-1d7f01eeed9b36fcfbb0d7a5de503a418b43814c.tar.gz emacs-1d7f01eeed9b36fcfbb0d7a5de503a418b43814c.zip | |
* tests/automated/tildify-tests.el (tildify-test--test): Optimise the
test slightly by reusing the same temporary buffer across multiple
test cases.
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/ChangeLog b/test/ChangeLog index 6248d6cb9a6..bb8ed89bed0 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2014-06-05 Michal Nazarewicz <mina86@mina86.com> | 1 | 2014-06-05 Michal Nazarewicz <mina86@mina86.com> |
| 2 | 2 | ||
| 3 | * automated/tildify-tests.el (tildify-test--test): Optimise the test | ||
| 4 | slightly by reusing the same temporary buffer across multiple test | ||
| 5 | cases. | ||
| 6 | |||
| 3 | * automated/tildify-tests.el (tildify-test-find-env-end-re-bug) | 7 | * automated/tildify-tests.el (tildify-test-find-env-end-re-bug) |
| 4 | (tildify-test-find-env-group-index-bug): Update to support new | 8 | (tildify-test-find-env-group-index-bug): Update to support new |
| 5 | signature of the `tildify-foreach-region-outside-env' function. | 9 | signature of the `tildify-foreach-region-outside-env' function. |