mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
JavaScript: Move --html elements extractor options into options file.
This commit is contained in:
@@ -4,5 +4,4 @@
|
||||
<li id="first">First element
|
||||
<li id="first">Second element
|
||||
</ul>
|
||||
semmle-extractor-options: --html elements
|
||||
</body>
|
||||
|
||||
@@ -10,5 +10,4 @@
|
||||
<li class="duplicate-class">duplicate-class</li>
|
||||
<li class="duplicate-class">duplicate-class</li>
|
||||
</ul>
|
||||
semmle-extractor-options: --html elements
|
||||
</body>
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<a href="http://semmle.com" href="https://semmle.com">Semmle</a>
|
||||
semmle-extractor-options: --html elements
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<a href="https://semmle.com">Semmle</a>
|
||||
semmle-extractor-options: --html elements
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<a href="https://semmle.com" href="https://semmle.com">Semmle</a>
|
||||
semmle-extractor-options: --html elements
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<a href="https://semmle.com">Semmle</a>
|
||||
semmle-extractor-options: --html elements
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<div id="heading important">An important heading</div>
|
||||
semmle-extractor-options: --html elements
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
<div class="heading important">An important heading</div>
|
||||
semmle-extractor-options: --html elements
|
||||
|
||||
1
javascript/ql/test/query-tests/DOM/HTML/options
Normal file
1
javascript/ql/test/query-tests/DOM/HTML/options
Normal file
@@ -0,0 +1 @@
|
||||
semmle-extractor-options: --html elements
|
||||
Reference in New Issue
Block a user