Re: test-org-cite/list-citations failure

2021-10-09 Thread Nicolas Goaziou
Hello,

Kyle Meyer  writes:

> It looks like this commit introduced a test failure.

Fixed. Thank you.

Regards,
-- 
Nicolas Goaziou



test-org-cite/list-citations failure (was: Citation not inserted as 1st item in footnote ...)

2021-10-09 Thread Kyle Meyer
Hi Nicolas,

Nicolas Goaziou writes:

> Nicolas Goaziou  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---