Skip to content

Commit 4fdcf72

Browse files
committed
update
1 parent af4ebab commit 4fdcf72

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

xss_test.go

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1506,16 +1506,3 @@ func TestOnTagSanitizeHtml(t *testing.T) {
15061506
t.Errorf("TestStripIngoreBodyTag4 error %s", html)
15071507
}
15081508
}
1509-
1510-
1511-
func TestMarkDown(t *testing.T) {
1512-
options := XssOption{
1513-
StripBlankChar: true,
1514-
EscapeHTML: func(html string) string {
1515-
return html
1516-
},
1517-
}
1518-
xss := NewXSS(options)
1519-
result := xss.Process("## xddd > xxxxx <a>asfasdfsadf</a>")
1520-
t.Logf("TestMarkDown result:%s ",result)
1521-
}

0 commit comments

Comments
 (0)