Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1270)

Unified Diff: third_party/closure_linter/closure_linter/statetracker_test.py

Issue 2328693002: Updated linter with upstream release (2.3.19) (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/closure_linter/closure_linter/statetracker_test.py
diff --git a/third_party/closure_linter/closure_linter/statetracker_test.py b/third_party/closure_linter/closure_linter/statetracker_test.py
index 1ec9e0bb4f005940d7b106c32646b99e4a29da31..494dc642fc5bde43d12b17c856b4c70cddb8ad30 100644
--- a/third_party/closure_linter/closure_linter/statetracker_test.py
+++ b/third_party/closure_linter/closure_linter/statetracker_test.py
@@ -110,6 +110,7 @@ class DocCommentTest(googletest.TestCase):
*/""")
flag = comment.GetFlag('param')
self.assertEquals('string', flag.type)
+ self.assertEquals('string', flag.jstype.ToString())
self.assertEquals('[name]', flag.name)
def _ParseComment(self, script):

Powered by Google App Engine
This is Rietveld 408576698