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

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

[elpa] master 243ba59 02/22: Fix typo in test name, namepsace -> namespa


From: Dmitry Gutov
Subject: [elpa] master 243ba59 02/22: Fix typo in test name, namepsace -> namespace
Date: Tue, 19 Feb 2019 06:06:44 -0500 (EST)

branch: master
commit 243ba59b091e2bc3af34edcfc93a3c309f52451b
Author: Lele Gaifax <address@hidden>
Commit: Lele Gaifax <address@hidden>

    Fix typo in test name, namepsace -> namespace
---
 tests/parser.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/parser.el b/tests/parser.el
index 1853f03..0079c05 100644
--- a/tests/parser.el
+++ b/tests/parser.el
@@ -635,7 +635,7 @@ the test."
       (should name)
       (should (equal "default" (js2-name-node-name name))))))
 
-(js2-deftest parse-namepsace-import "* as lib;"
+(js2-deftest parse-namespace-import "* as lib;"
   (js2-init-scanner)
   (should (js2-match-token js2-MUL))
   (let ((namespace-import (js2-parse-namespace-import)))



reply via email to

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