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

Side by Side Diff: third_party/WebKit/Source/devtools/scripts/jsdoc_validator/tests/golden.dat

Issue 2441163002: DevTools: clean up scripts folder (Closed)
Patch Set: Fix sys.path for chromevox to load rjsmin Created 4 years, 1 month 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 unified diff | Download patch
OLDNEW
1 /tests/document.js:1: ERROR - Access to "document" property of global object is disallowed 1 /tests/document.js:1: ERROR - Access to "document" property of global object is disallowed
2 document.bar(); 2 document.bar();
3 ^ 3 ^
4 4
5 /tests/document.js:2: ERROR - Access to "document" property of global object is disallowed 5 /tests/document.js:2: ERROR - Access to "document" property of global object is disallowed
6 window.document.bar(); 6 window.document.bar();
7 ^ 7 ^
8 8
9 /tests/document.js:5: ERROR - Access to "document" property of global object is disallowed 9 /tests/document.js:5: ERROR - Access to "document" property of global object is disallowed
10 document(); 10 document();
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
415 415
416 /tests/this.js:277: ERROR - @this annotation found for function not referencing 'this' 416 /tests/this.js:277: ERROR - @this annotation found for function not referencing 'this'
417 function callbackNotReferencingThisAnnotated() 417 function callbackNotReferencingThisAnnotated()
418 ^ 418 ^
419 419
420 /tests/this.js:321: ERROR - @this annotation is required for functions referenci ng 'this' 420 /tests/this.js:321: ERROR - @this annotation is required for functions referenci ng 'this'
421 function testArrowFunctionReferencingThisMissingAnnotation(a) 421 function testArrowFunctionReferencingThisMissingAnnotation(a)
422 ^ 422 ^
423 423
424 Total errors: 104 424 Total errors: 104
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698