mirror of
https://github.com/github/codeql.git
synced 2026-07-10 05:55:32 +02:00
10 lines
172 B
Plaintext
10 lines
172 B
Plaintext
<%@ Page Language="VB" %>
|
|
|
|
<html>
|
|
<body>
|
|
<% If Something() Then %> <%-- $ Alert[cs/asp/split-control-structure] --%>
|
|
<p>2 + 3 = <%=2 + 3%></p>
|
|
<% End If %>
|
|
</body>
|
|
</html>
|