emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#20506: closed (25.0.50; elisp-xref-find fails to f


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#20506: closed (25.0.50; elisp-xref-find fails to find system-name.)
Date: Tue, 05 May 2015 12:32:02 +0000

Your message dated Tue, 5 May 2015 15:31:16 +0300
with message-id <address@hidden>
and subject line Re: bug#20506: 25.0.50; elisp-xref-find fails to find 
system-name.
has caused the debbugs.gnu.org bug report #20506,
regarding 25.0.50; elisp-xref-find fails to find system-name.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
20506: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=20506
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: 25.0.50; elisp-xref-find fails to find system-name. Date: Tue, 05 May 2015 08:45:23 +0200
Currently this test fails:

(require 'ert)
(require 'cl-lib)
(require 'xref)
(require 'elisp-mode)

(ert-deftest xref-tests-elisp ()
  "Test xref-elisp backend."
  ;; "system-name" is both: a variable and a function
  (should (= (length (elisp-xref-find 'definitions "system-name")) 2)))





--- End Message ---
--- Begin Message --- Subject: Re: bug#20506: 25.0.50; elisp-xref-find fails to find system-name. Date: Tue, 5 May 2015 15:31:16 +0300 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0
On 05/05/2015 09:45 AM, Helmut Eller wrote:

(ert-deftest xref-tests-elisp ()
   "Test xref-elisp backend."
   ;; "system-name" is both: a variable and a function
   (should (= (length (elisp-xref-find 'definitions "system-name")) 2)))

Fixed now, thanks.


--- End Message ---

reply via email to

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