mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
; yasnippet-tests.el (yas-no-memory-of-bad-snippet): Fix docstring.
This commit is contained in:
parent
caf3dba320
commit
05ac1da894
@ -684,7 +684,7 @@ mapconcat #'(lambda (arg)
|
|||||||
(should (string= (yas--buffer-contents) "if condition\naaa\nelse\nbbb\nend")))))
|
(should (string= (yas--buffer-contents) "if condition\naaa\nelse\nbbb\nend")))))
|
||||||
|
|
||||||
(ert-deftest yas-no-memory-of-bad-snippet ()
|
(ert-deftest yas-no-memory-of-bad-snippet ()
|
||||||
"Check that expanding an incorrect has no influence on future expansions."
|
"Expanding an incorrect snippet should not influence future expansions."
|
||||||
;; See https://github.com/joaotavora/yasnippet/issues/800.
|
;; See https://github.com/joaotavora/yasnippet/issues/800.
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
(yas-minor-mode 1)
|
(yas-minor-mode 1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user