Files
codeql/csharp/ql/test/query-tests/ASP/SplitControlStructure/SplitControlStructureBad.aspx
2026-06-11 21:25:03 +00:00

10 lines
178 B
Plaintext

<%@ Page Language="VB" %>
<html>
<body>
<% If ShouldWarn() Then %> <%-- $ Alert[cs/asp/split-control-structure] --%>
<p>WARNING: <%=warning()%></p>
<% End If %>
</body>
</html>