Skip to content

Commit

Permalink
fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
ecmel committed Aug 7, 2023
1 parent 5d4656f commit 78b0720
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions test.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,11 @@
<% } %>
</div>

<div>
<%
const a = 0;
%>
</div>

<div class="<%= text %>"><%= 1 > 0 %></div>
<a href="<%= text %>"><%= 1 > 0 %></a>

<textarea><%= text %></textarea>
<code><%= text %></code>
<pre><%= text %></pre>
<a href="<%= text %>"><%= text %></a>

<table>
<tr>
Expand Down

0 comments on commit 78b0720

Please sign in to comment.