all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#20506: 25.0.50; elisp-xref-find fails to find system-name.
@ 2015-05-05  6:45 Helmut Eller
  2015-05-05 12:31 ` Dmitry Gutov
  0 siblings, 1 reply; 2+ messages in thread
From: Helmut Eller @ 2015-05-05  6:45 UTC (permalink / raw)
  To: 20506

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)))







^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#20506: 25.0.50; elisp-xref-find fails to find system-name.
  2015-05-05  6:45 bug#20506: 25.0.50; elisp-xref-find fails to find system-name Helmut Eller
@ 2015-05-05 12:31 ` Dmitry Gutov
  0 siblings, 0 replies; 2+ messages in thread
From: Dmitry Gutov @ 2015-05-05 12:31 UTC (permalink / raw)
  To: Helmut Eller, 20506-done

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.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-05-05 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-05  6:45 bug#20506: 25.0.50; elisp-xref-find fails to find system-name Helmut Eller
2015-05-05 12:31 ` Dmitry Gutov

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.