summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/biblio/files/biblio-0.2-tests.patch')
-rw-r--r--app-emacs/biblio/files/biblio-0.2-tests.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-emacs/biblio/files/biblio-0.2-tests.patch b/app-emacs/biblio/files/biblio-0.2-tests.patch
deleted file mode 100644
index eab6e9b50581..000000000000
--- a/app-emacs/biblio/files/biblio-0.2-tests.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-index d393c1a..866815a 100644
---- a/tests/biblio-tests.el
-+++ b/tests/biblio-tests.el
-@@ -136,13 +136,13 @@ month={Apr}, pages={147–156}}")
- (it "ignores invalid entries"
- (expect (biblio-format-bibtex "@!!") :to-equal "@!!")
- (expect (biblio-format-bibtex "@article{INVALID KEY,}") :to-equal "@article{INVALID KEY,}"))
-- (it "formats a typical example properly"
-- (expect (biblio-format-bibtex (concat "@ARTIcle{" stallman-bibtex))
-- :to-equal (concat "@Article{Stallman_1981," stallman-bibtex-clean)))
-- (it "properly creates keys"
-- (expect (let ((bibtex-autokey-year-title-separator "!"))
-- (biblio-format-bibtex (concat "@article{" stallman-bibtex) t))
-- :to-equal (concat "@Article{stallman81!emacs," stallman-bibtex-clean)))
-+ ;;(it "formats a typical example properly"
-+ ;; (expect (biblio-format-bibtex (concat "@ARTIcle{" stallman-bibtex))
-+ ;; :to-equal (concat "@Article{Stallman_1981," stallman-bibtex-clean)))
-+ ;;(it "properly creates keys"
-+ ;; (expect (let ((bibtex-autokey-year-title-separator "!"))
-+ ;; (biblio-format-bibtex (concat "@article{" stallman-bibtex) t))
-+ ;; :to-equal (concat "@Article{stallman81!emacs," stallman-bibtex-clean)))
- (it "replaces the “@data{” header"
- (expect (biblio-format-bibtex (concat "@data{" stallman-bibtex))
- :to-match "\\`@misc{"))
-@@ -153,12 +153,12 @@ month={Apr}, pages={147–156}}")
- (let ((biblio-cleanup-bibtex-function nil))
- (expect (biblio-format-bibtex (concat "@techreport{" stallman-bibtex))
- :to-equal (concat "@techreport{" stallman-bibtex))))
-- (it "doesn't set the BibTeX dialect globally"
-- (with-temp-buffer
-- (bibtex-mode)
-- (let ((bibtex-dialect 'aaa))
-- (biblio-format-bibtex (concat "@techreport{" stallman-bibtex))
-- (expect bibtex-dialect :to-equal 'aaa))))
-+ ;;(it "doesn't set the BibTeX dialect globally"
-+ ;; (with-temp-buffer
-+ ;; (bibtex-mode)
-+ ;; (let ((bibtex-dialect 'aaa))
-+ ;; (biblio-format-bibtex (concat "@techreport{" stallman-bibtex))
-+ ;; (expect bibtex-dialect :to-equal 'aaa))))
- (it "uses font-lock-ensure when available"
- (unless (functionp #'font-lock-ensure)
- (let ((called-p t))