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

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

[nongnu] elpa/typescript-mode f36fddeb54 186/222: Merge pull request #13


From: ELPA Syncer
Subject: [nongnu] elpa/typescript-mode f36fddeb54 186/222: Merge pull request #136 from phst/dup
Date: Sun, 6 Feb 2022 16:59:31 -0500 (EST)

branch: elpa/typescript-mode
commit f36fddeb549d088916ad424a8fcfb1e89a421593
Merge: 0fc7297870 9db704ec1f
Author: Jostein Kjønigsen <jostein@kjonigsen.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #136 from phst/dup
    
    Fix duplicate test name
---
 typescript-mode-jsdoc-tests.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typescript-mode-jsdoc-tests.el b/typescript-mode-jsdoc-tests.el
index 367370e18d..ae0f05d5ea 100644
--- a/typescript-mode-jsdoc-tests.el
+++ b/typescript-mode-jsdoc-tests.el
@@ -432,8 +432,8 @@ For more information about how to write `SPECS', see 
`font-lock-test'."
      ;; ("{ExampleExtended1}" . typescript-jsdoc-type)
      )))
 
-(ert-deftest jsdoc/async-tag-in-multiline-doc-comment-with-meaningless-cases ()
-  "Test for meaningless though valid usage of @async tags and its alias."
+(ert-deftest 
jsdoc/augments-tag-in-multiline-doc-comment-with-meaningless-cases ()
+  "Test for meaningless though valid usage of @augments tags and its alias."
   (jsdoc-multiline-test
    '(
      "@augments {ExampleAugmented0} extra augments value"



reply via email to

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