config->set('HTML.Nofollow', true);
$this->config->set('Attr.AllowedRel', array("nofollow", "blah"));
}
function testNofollow() {
$this->assertResult(
'xabc',
'xabc'
);
}
function testNofollowDupe() {
$this->assertResult(
'xabc'
);
}
}
// vim: et sw=4 sts=4