emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

test-org-cite/list-citations failure (was: Citation not inserted as 1st


From: Kyle Meyer
Subject: test-org-cite/list-citations failure (was: Citation not inserted as 1st item in footnote ...)
Date: Sat, 09 Oct 2021 16:12:26 -0400

Hi Nicolas,

Nicolas Goaziou writes:

> Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
>
>> This allows one to insert a citation in the middle of the citation
>> number, which is not desirable either. IOW, an additional check is
>> required.
>
> I think this is now fixed. Thank you.

It looks like this commit introduced a test failure.  Starting with
7d22dca54 (oc: Fix citations in footnotes when using biblatex back-end,
2021-10-06), test-org-cite/list-citations fails on my end (Emacs 27.2):

--8<---------------cut here---------------start------------->8---
Test test-org-cite/list-citations condition:
    (ert-test-failed
     ((should
       (equal '...
        (org-test-with-parsed-data "Text[fn:1]
[fn:1] [fn:2][cite:@a]

[fn:2] [cite:@b]" ...)))
      :form
      (equal
       ("b" "a")
       ("a"))
      :value nil :explanation
      (proper-lists-of-different-length 2 1
                                        ("b" "a")
                                        ("a")
                                        first-mismatch-at 0)))
   FAILED  1/1  test-org-cite/list-citations (0.015186 sec)
--8<---------------cut here---------------end--------------->8---



reply via email to

[Prev in Thread] Current Thread [Next in Thread]