branch: master
commit 243ba59b091e2bc3af34edcfc93a3c309f52451b
Author: Lele Gaifax <[email protected]>
Commit: Lele Gaifax <[email protected]>
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)))