From 8b430d251b2518fa3303d7027f50268e0254b7a1 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Sat, 30 May 2009 22:31:55 -0400 Subject: Moves tests to a subdir of the markdown lib. --- tests/safe_mode/script_tags.html | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 tests/safe_mode/script_tags.html (limited to 'tests/safe_mode/script_tags.html') diff --git a/tests/safe_mode/script_tags.html b/tests/safe_mode/script_tags.html deleted file mode 100644 index df63ffc..0000000 --- a/tests/safe_mode/script_tags.html +++ /dev/null @@ -1,28 +0,0 @@ -

This should be stripped/escaped in safe_mode.

-

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

-

With blank lines.

-

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

-

Now with some weirdness

-

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

-

Try another way.

-

<script <!-- -alert("Hello world!") -</script <> - -This time with blank lines. - -<script <!-- - -alert("Hello world!") - -</script <> - -

\ No newline at end of file -- cgit v1.2.3