aboutsummaryrefslogtreecommitdiffstats
path: root/test/ChangeLog
diff options
context:
space:
mode:
authorMichal Nazarewicz2014-06-05 16:42:45 +0200
committerMichal Nazarewicz2014-06-05 16:42:45 +0200
commit1d7f01eeed9b36fcfbb0d7a5de503a418b43814c (patch)
tree10a6b8bd68022b417d02c50fcbbf0449bcc89890 /test/ChangeLog
parent03d7d160c3c7f31f1fee84b1bdcd252a8cec7b99 (diff)
downloademacs-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/ChangeLog4
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 @@
12014-06-05 Michal Nazarewicz <mina86@mina86.com> 12014-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.