mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
* automated/reftex-tests.el (reftex-parse-from-file-test): Fix
test.
This commit is contained in:
parent
18d78c5ed3
commit
02a87775d4
@ -1,3 +1,8 @@
|
||||
2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||
|
||||
* automated/reftex-tests.el (reftex-parse-from-file-test): Fix
|
||||
test.
|
||||
|
||||
2013-06-12 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||
|
||||
* automated/reftex-tests.el: New test suite for reftex.
|
||||
|
@ -115,6 +115,7 @@
|
||||
(with-temp-buffer
|
||||
(insert "test\n")
|
||||
(write-region (point-min) (point-max) bib-file))
|
||||
(reftex-ensure-compiled-variables)
|
||||
(let ((parsed (reftex-parse-from-file tex-file nil temp-dir)))
|
||||
(should (equal (car parsed) `(eof ,tex-file)))
|
||||
(pop parsed)
|
||||
|
Loading…
Reference in New Issue
Block a user