commit:     a886d336cf64643ca782fe71054f9ea2b985d7a2
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Aug 13 13:31:17 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sun Aug 13 19:26:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a886d336

app-emacs/biblio: remove unused patch

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/biblio/files/biblio-0.2-tests.patch | 43 ---------------------------
 1 file changed, 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))

Reply via email to