emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] master 05ac1da 31/51: ; yasnippet-tests.el (yas-no-memory-of-bad-


From: Noam Postavsky
Subject: [elpa] master 05ac1da 31/51: ; yasnippet-tests.el (yas-no-memory-of-bad-snippet): Fix docstring.
Date: Sun, 13 May 2018 13:11:44 -0400 (EDT)

branch: master
commit 05ac1da8947bef21ac54d10fc23eb6797ca4d118
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    ; yasnippet-tests.el (yas-no-memory-of-bad-snippet): Fix docstring.
---
 yasnippet-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/yasnippet-tests.el b/yasnippet-tests.el
index 85be3b1..3d92183 100644
--- a/yasnippet-tests.el
+++ b/yasnippet-tests.el
@@ -684,7 +684,7 @@ mapconcat #'(lambda (arg)
       (should (string= (yas--buffer-contents) "if 
condition\naaa\nelse\nbbb\nend")))))
 
 (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.
   (with-temp-buffer
     (yas-minor-mode 1)



reply via email to

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