Files
codeql/javascript/ql/test/query-tests/AlertSuppression/tstWindows.html
Dave Bartolomeo b12c739915 JavaScript: Normalize line endings of .js and .html files
Added .gitattributes files for the two directories where we intentionally have line endings other than LF
2018-09-19 21:33:27 -07:00

8 lines
143 B
HTML

<html>
<head><title>Title</title></title>
<body>
<div id="duplicate-id"/>
<div id="duplicate-id"/> <!-- lgtm -->
</body>
</html>