mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-02-04 06:32:24 +00:00
Make sure tests don't rely on running order
* yasnippet-tests.el (undo-indentation) (undo-indentation-multiline): Call `yas-reload-all'.
This commit is contained in:
@@ -183,6 +183,7 @@
|
|||||||
'((".emacs.d/snippets" ("emacs-lisp-mode" ("s" . "(setq $0)"))))
|
'((".emacs.d/snippets" ("emacs-lisp-mode" ("s" . "(setq $0)"))))
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(emacs-lisp-mode)
|
(emacs-lisp-mode)
|
||||||
|
(yas-reload-all)
|
||||||
(yas-minor-mode 1)
|
(yas-minor-mode 1)
|
||||||
(insert "(let\n(while s")
|
(insert "(let\n(while s")
|
||||||
(setq buffer-undo-list ())
|
(setq buffer-undo-list ())
|
||||||
@@ -199,6 +200,7 @@
|
|||||||
'((".emacs.d/snippets" ("js-mode" ("if" . "if ($1) {\n\n}\n"))))
|
'((".emacs.d/snippets" ("js-mode" ("if" . "if ($1) {\n\n}\n"))))
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(js-mode)
|
(js-mode)
|
||||||
|
(yas-reload-all)
|
||||||
(yas-minor-mode 1)
|
(yas-minor-mode 1)
|
||||||
(insert "if\nabc = 123456789 + abcdef;")
|
(insert "if\nabc = 123456789 + abcdef;")
|
||||||
(setq buffer-undo-list ())
|
(setq buffer-undo-list ())
|
||||||
|
|||||||
Reference in New Issue
Block a user