Files
codeql/javascript/ql/test/query-tests/Metrics/ExternalDependencies/src/tst.html
2018-08-02 17:53:23 +01:00

24 lines
421 B
HTML

<html>
<head>
<script>
/*!
* jQuery JavaScript Library v42.0.0
* https://jquery.com/
*
* Includes Sizzle.js
* https://sizzlejs.com/
*
* Copyright jQuery Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2016-06-09T18:02Z
*/
$ = 42;
</script>
<script>
console.log($-19);
</script>
<script src="jquery.js"></script>
</head>
</html>