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