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

Unified Diff: third_party/closure_compiler/tests/test.resources

Issue 421253006: Add ChromeCodingConvention.java to Closure Compiler to preserve getInstance() type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@A_typechecking_about
Patch Set: Created 6 years, 5 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_compiler/tests/test.resources
diff --git a/third_party/closure_compiler/tests/test.resources b/third_party/closure_compiler/tests/test.resources
new file mode 100644
index 0000000000000000000000000000000000000000..580faa10f75dd753c46a613c1aab7fbebe3a70ac
--- /dev/null
+++ b/third_party/closure_compiler/tests/test.resources
@@ -0,0 +1,15 @@
+# -*- python -*-
+# ex: set syntax=python:
+
+[
Dan Beam 2014/07/29 18:05:12 i don't like this format because: - it separates t
Vitaly Pavlenko 2014/07/29 18:53:46 Done.
+ {
+ "name": "getInstance_test",
+ "sources": [
+ "getInstance_test.js",
+ ],
+ "expected_output": '''
Dan Beam 2014/07/29 18:05:12 ''' -> """
Vitaly Pavlenko 2014/07/29 18:53:46 Acknowledged.
+WARNING - Property whatever never defined on myModule.myClass
+WARNING - actual parameter 1 of myModule.myBaseClass.prototype.myMethod does not match formal parameter
+'''
+ },
+]

Powered by Google App Engine
This is Rietveld 408576698