diff --git a/tests/data/xss_text_encoding.html b/tests/data/xss_text_encoding.html index e6b3fc5..7869514 100644 --- a/tests/data/xss_text_encoding.html +++ b/tests/data/xss_text_encoding.html @@ -1,7 +1,9 @@

<script>alert(1)</script>

-

<script>

-

alert(1)

-

</script>

+

<script> + +alert(1) + +</script>

<script> alert(1) </script>

\ No newline at end of file