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

Side by Side Diff: tools/telemetry/third_party/coverage/tests/qunit/qunit.js

Issue 1366913004: Add coverage Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 unified diff | Download patch
OLDNEW
1 /** 1 /**
2 * QUnit - A JavaScript Unit Testing Framework 2 * QUnit - A JavaScript Unit Testing Framework
3 * 3 *
4 * http://docs.jquery.com/QUnit 4 * http://docs.jquery.com/QUnit
5 * 5 *
6 * Copyright (c) 2011 John Resig, Jörn Zaefferer 6 * Copyright (c) 2011 John Resig, Jörn Zaefferer
7 * Dual licensed under the MIT (MIT-LICENSE.txt) 7 * Dual licensed under the MIT (MIT-LICENSE.txt)
8 * or GPL (GPL-LICENSE.txt) licenses. 8 * or GPL (GPL-LICENSE.txt) licenses.
9 */ 9 */
10 10
(...skipping 1428 matching lines...) Expand 10 before | Expand all | Expand 10 after
1439 str += " " + out.n[i].text + nSpace[i] + pre; 1439 str += " " + out.n[i].text + nSpace[i] + pre;
1440 } 1440 }
1441 } 1441 }
1442 } 1442 }
1443 1443
1444 return str; 1444 return str;
1445 }; 1445 };
1446 })(); 1446 })();
1447 1447
1448 })(this); 1448 })(this);
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698