emacs-devel
[Top][All Lists]
Advanced

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

Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindh


From: Michael Albinus
Subject: Re: master 84e4bc6219a 1/2: Add input methods for Urdu, Pashto and Sindhi (bug#66470)
Date: Sun, 21 Jan 2024 12:19:48 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

Eli Zaretskii <eliz@gnu.org> writes:

Hi Eli,

>> Test test-custom-deps condition:
>>     (ert-test-failed
>>      ((should-not cus-test-deps-errors) :form cus-test-deps-errors :value
>>       ((pakistan-urdu-input pakistan
>>                          (file-missing "Cannot open load file"
>>                                        "No such file or directory"
>>                                        "pakistan"))
>>        (quail pakistan
>>            (file-missing "Cannot open load file"
>>                          "No such file or directory" "pakistan")))))
>>    FAILED  1/1  test-custom-deps (40.411856 sec) at 
>> misc/test-custom-deps.el:35
>>
>> Ran 1 tests, 0 results as expected, 1 unexpected (2024-01-18 21:00:25+0100, 
>> 41.295278 sec)
>>
>> 1 unexpected results:
>>    FAILED  test-custom-deps
>> --8<---------------cut here---------------end--------------->8---
>
> So I'm unsure how to proceed.  It would be useful to see the value of
> cus-test-deps-errors in the test that fails, or maybe I'm missing
> something in how this test should be run interactively.

That value is given above, and it is

--8<---------------cut here---------------start------------->8---
     ((pakistan-urdu-input pakistan
                            (file-missing "Cannot open load file"
                                          "No such file or directory"
                                          "pakistan"))
       (quail pakistan
              (file-missing "Cannot open load file"
                            "No such file or directory" "pakistan")))
--8<---------------cut here---------------end--------------->8---

As a data point, `pakistan-urdu-input' is a defgroup defined in
pakistan.el, and `quail' is the defgroup `pakistan-urdu-input' points to
via `:group 'quail'.

Best regards, Michael.



reply via email to

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