From 3986ba1df4f404967732add30bf09f0c61bc181f Mon Sep 17 00:00:00 2001 From: Artem Yunusov Date: Wed, 16 Jul 2008 22:25:36 +0500 Subject: Aggregated regexp for both backtick and double backtick. --- tests/safe_mode/script_tags.html | 4 ++-- tests/safe_mode/script_tags.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') 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!")

<script <!-- alert("Hello world!") -</script <>`

+</script <> `

Try another way.

<script <!-- alert("Hello world!") @@ -26,4 +26,4 @@ alert("Hello world!") </script <> -

\ No newline at end of file +

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 ```` ` Try another way. -- cgit v1.2.3