Skip to content

Commit 54e40a8

Browse files
author
Max Schaefer
committed
JavaScript: Move --html all extractor options into options file.
1 parent 725059d commit 54e40a8

File tree

6 files changed

+4
-3
lines changed

6 files changed

+4
-3
lines changed

javascript/ql/test/library-tests/HTML/HtmlText/HtmlText.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// semmle-extractor-options: --html all
1+
22
<html>
33
<body>
44
(1) as child #0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --html all
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --html all

javascript/ql/test/library-tests/frameworks/AngularJS/expressions/scopes/tst.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,3 @@
1717
<my-template-directive />
1818

1919
</div>
20-
// semmle-extractor-options: --html all

javascript/ql/test/library-tests/frameworks/AngularJS/expressions/sources/HtmlText.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@
77
<div>
88
{{myExpr3}}
99
</div>
10-
semmle-extractor-options: --html all
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --html all

0 commit comments

Comments
 (0)