Files
codeql/csharp/ql/test/query-tests/ASP/SplitControlStructure/test.aspx
2026-07-07 14:09:48 +01:00

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>