Skip to content

Commit 5681565

Browse files
author
Max Schaefer
committed
JavaScript: Move --html elements extractor options into options file.
1 parent 8fdf629 commit 5681565

File tree

9 files changed

+1
-8
lines changed

9 files changed

+1
-8
lines changed

javascript/ql/test/query-tests/DOM/HTML/AmbiguousIdAttribute.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,4 @@
44
<li id="first">First element
55
<li id="first">Second element
66
</ul>
7-
semmle-extractor-options: --html elements
87
</body>

javascript/ql/test/query-tests/DOM/HTML/AmbiguousIdAttributeGood.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@
1010
<li class="duplicate-class">duplicate-class</li>
1111
<li class="duplicate-class">duplicate-class</li>
1212
</ul>
13-
semmle-extractor-options: --html elements
1413
</body>
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
<a href="http://semmle.com" href="https://semmle.com">Semmle</a>
2-
semmle-extractor-options: --html elements
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
<a href="https://semmle.com">Semmle</a>
2-
semmle-extractor-options: --html elements
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
<a href="https://semmle.com" href="https://semmle.com">Semmle</a>
2-
semmle-extractor-options: --html elements
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
<a href="https://semmle.com">Semmle</a>
2-
semmle-extractor-options: --html elements
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
<div id="heading important">An important heading</div>
2-
semmle-extractor-options: --html elements
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
<div class="heading important">An important heading</div>
2-
semmle-extractor-options: --html elements
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
semmle-extractor-options: --html elements

0 commit comments

Comments
 (0)