* automated/reftex-tests.el (reftex-parse-from-file-test): Fix
test.
This commit is contained in:
parent
18d78c5ed3
commit
02a87775d4
2 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue