mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-04 19:29:37 +00:00
Add a test-in-progress for issue 506
This commit is contained in:
parent
057814ae24
commit
5382941ac3
1 changed files with 12 additions and 0 deletions
12
up-tests.el
12
up-tests.el
|
@ -1356,6 +1356,18 @@
|
|||
(if (fboundp 'delight)
|
||||
(delight '((foo "bar" foo)))))))
|
||||
|
||||
(ert-deftest use-package-test/506 ()
|
||||
(match-expansion
|
||||
(use-package ess-site
|
||||
:ensure ess
|
||||
:pin melpa-stable)
|
||||
`(progn
|
||||
(use-package-pin-package 'ess-site "melpa-stable")
|
||||
(use-package-ensure-elpa 'ess-site
|
||||
'(ess)
|
||||
'nil)
|
||||
(require 'ess-site nil nil))))
|
||||
|
||||
(ert-deftest use-package-test/538 ()
|
||||
(match-expansion
|
||||
(use-package mu4e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue