test: onTagAttr

This commit is contained in:
Zongmin Lei
2014-02-13 15:55:36 +08:00
parent 5632ce9bde
commit 7fc9d3df3a
4 changed files with 62 additions and 14 deletions

View File

@@ -55,7 +55,7 @@ var whiteList = {
* @return {String}
*/
function onTag (tag, html, options) {
// do nothing
}
/**
@@ -67,7 +67,7 @@ function onTag (tag, html, options) {
* @return {String}
*/
function onIgnoreTag (tag, html, options) {
// do nothing
}
/**
@@ -79,7 +79,7 @@ function onIgnoreTag (tag, html, options) {
* @return {String}
*/
function onTagAttr (tag, name, value) {
// do nothing
}
/**
@@ -91,7 +91,7 @@ function onTagAttr (tag, name, value) {
* @return {String}
*/
function onIgnoreTagAttr (tag, name, value) {
// do nothing
}
/**