Files
codeql/csharp/ql/test/query-tests/ASP/SplitControlStructure/SplitControlStructureBad.aspx
2018-08-02 17:53:23 +01:00

10 lines
128 B
Plaintext

<%@ Page Language="VB" %>
<html>
<body>
<% If ShouldWarn() Then %>
<p>WARNING: <%=warning()%></p>
<% End If %>
</body>
</html>