From 85e2207cd0ec57e538a309bd9d7c2a9f15a389dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vytautas=20=C5=A0altenis?= Date: Sun, 14 Apr 2013 01:42:47 +0300 Subject: [PATCH] Couple more tests --- inline_test.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/inline_test.go b/inline_test.go index 4804d82..ce544a6 100644 --- a/inline_test.go +++ b/inline_test.go @@ -85,6 +85,12 @@ func TestRawHtmlTag(t *testing.T) { "\n", "

alert()

\n", + + "zz \n", + "

zz

\n", + + "zz \n", + "

zz

\n", } doTestsInlineParam(t, tests, 0, HTML_SKIP_STYLE|HTML_SKIP_SCRIPT) }