Merge pull request #1527 from esben-semmle/js/classify-more-generated-and-tests

Approved by asger-semmle
This commit is contained in:
semmle-qlci
2019-07-02 07:38:10 +01:00
committed by GitHub
9 changed files with 53 additions and 2 deletions

View File

@@ -0,0 +1 @@
var x = 42;

View File

@@ -0,0 +1 @@
var x = 42;

View File

@@ -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 |

View File

@@ -0,0 +1 @@
var x = 42;

View File

@@ -0,0 +1 @@
test("this should work", function(){});

View File

@@ -0,0 +1 @@
test("this should work", function(){});