diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/safe_mode/script_tags.html | 4 | ||||
-rw-r--r-- | tests/safe_mode/script_tags.txt | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/safe_mode/script_tags.html b/tests/safe_mode/script_tags.html index 4c669dd..940329f 100644 --- a/tests/safe_mode/script_tags.html +++ b/tests/safe_mode/script_tags.html @@ -12,7 +12,7 @@ alert("Hello world!") <p> <code><script <!-- alert("Hello world!") -</script <></code>`</p> +</script <></code> `</p> <p>Try another way.</p> <p><script <!-- alert("Hello world!") @@ -26,4 +26,4 @@ alert("Hello world!") </script <> -</p>
\ No newline at end of file +</p> diff --git a/tests/safe_mode/script_tags.txt b/tests/safe_mode/script_tags.txt index 55c60e9..44041c2 100644 --- a/tests/safe_mode/script_tags.txt +++ b/tests/safe_mode/script_tags.txt @@ -16,7 +16,7 @@ Now with some weirdness ``<script <!-- alert("Hello world!") -</script <>``` +</script <>`` ` Try another way. |