mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
Merge pull request #1527 from esben-semmle/js/classify-more-generated-and-tests
Approved by asger-semmle
This commit is contained in:
@@ -0,0 +1 @@
|
||||
var x = 42;
|
||||
@@ -0,0 +1 @@
|
||||
var x = 42;
|
||||
@@ -1,3 +1,4 @@
|
||||
| 1.js:0:0:0:0 | 1.js | generated |
|
||||
| AutoRest.js:0:0:0:0 | AutoRest.js | generated |
|
||||
| ManyElementsOnLine.html:0:0:0:0 | ManyElementsOnLine.html | generated |
|
||||
| ai.1.2.3-build0123.js:0:0:0:0 | ai.1.2.3-build0123.js | library |
|
||||
@@ -6,6 +7,8 @@
|
||||
| etherpad.html:0:0:0:0 | etherpad.html | generated |
|
||||
| exported-data.js:0:0:0:0 | exported-data.js | generated |
|
||||
| htmltidy.html:0:0:0:0 | htmltidy.html | generated |
|
||||
| implementation.spec.js:0:0:0:0 | implementation.spec.js | test |
|
||||
| implementation.test.js:0:0:0:0 | implementation.test.js | test |
|
||||
| jison-lex.js:0:0:0:0 | jison-lex.js | generated |
|
||||
| jison.js:0:0:0:0 | jison.js | generated |
|
||||
| jquery-datatables.js:0:0:0:0 | jquery-datatables.js | library |
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
var x = 42;
|
||||
@@ -0,0 +1 @@
|
||||
test("this should work", function(){});
|
||||
@@ -0,0 +1 @@
|
||||
test("this should work", function(){});
|
||||
Reference in New Issue
Block a user