mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
This adds Alert annotations for alerts that seem intentional by the test but has not been annotated with 'NOT OK', or the comment was in the wrong place. In a few cases I included 'Source' expectations to make it easier to see what happened. Other 'Source' expectations will be added in bulk a later commit.
14 lines
473 B
HTML
14 lines
473 B
HTML
<html>
|
|
<body>
|
|
<ul>
|
|
<li id="first">First element</li>
|
|
<li id="second">Second element</li>
|
|
<li id="{{templated-id}}">Templated id</li> <!-- ignored -->
|
|
<li id="{{templated-id}}">Templated id</li> <!-- ignored -->
|
|
<li id="invalid id">Invalid id</li> <!-- $ Alert[js/malformed-html-id] -->
|
|
<li id="invalid id">Invalid id</li> <!-- $ Alert[js/malformed-html-id] -->
|
|
<li class="duplicate-class">duplicate-class</li>
|
|
<li class="duplicate-class">duplicate-class</li>
|
|
</ul>
|
|
</body>
|