]> git.eshelyaron.com Git - emacs.git/commit
Add tests for bookmark.el (Bug#36452)
authorStefan Kangas <stefankangas@gmail.com>
Sun, 30 Jun 2019 23:21:47 +0000 (01:21 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 3 Jul 2019 11:49:38 +0000 (14:49 +0300)
commit22760ab357dd8124c856b76a545e562917872d78
tree0cc0df574e004ed5a1bda791e2d5c460fe191558
parentecd7d40a3be0b3b51743fc2c2e98dd14c6faca84
Add tests for bookmark.el (Bug#36452)

* test/lisp/bookmark-resources/example.txt:
* test/lisp/bookmark-resources/test.bmk:
* test/lisp/bookmark-tests.el: New files.
* lisp/bookmark.el: Minor cleanups.
(bookmark-insert-annotation): Signal error on invalid bookmark.
(bookmark-write-file): Add newline at end of file.
lisp/bookmark.el
test/lisp/bookmark-resources/example.txt [new file with mode: 0644]
test/lisp/bookmark-resources/test.bmk [new file with mode: 0644]
test/lisp/bookmark-tests.el [new file with mode: 0644]