]> git.notmuchmail.org Git - notmuch/commitdiff
test: add test-lib.el file with `visible-buffer-string' function
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Thu, 26 May 2011 16:27:58 +0000 (20:27 +0400)
committerCarl Worth <cworth@cworth.org>
Thu, 26 May 2011 21:13:48 +0000 (14:13 -0700)
The patch adds test-lib.el file for Emacs tests auxiliary stuff.
Currently, it implements two functions: `visible-buffer-string'
and `visible-buffer-substring'.  These are similar to standard
counterparts without "visible-" prefix but exclude invisible
text.  The functions are not used anywhere at the moment but
should be useful for testing hiding/showing in the Emacs
interface.

Edited-by: Carl Worth <cworth@cworth.org> Fixed "basic" test to ignore
new test-lib.el file.


No differences found