Skip to content

Commit

Permalink
refactor: change test name
Browse files Browse the repository at this point in the history
  • Loading branch information
mym0404 committed Mar 18, 2024
1 parent e835bd9 commit bdf01c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/original/inline_images.unit
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

<<<
<p><img src="%22onerror=%22alert('XSS')" alt="Uh oh..." /></p>
>>> image %2F shouldn't be encoded
>>> URL-escaping should be left alone inside the destination
![](https://example/foo%2Fvar)
<<<
<p><img src="https://example/foo%2Fvar" alt="" /></p>

0 comments on commit bdf01c0

Please sign in to comment.