Chromium Code Reviews| 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 |
| +''' |
| + }, |
| +] |