tokenizeHTML($input, $this->config, $this->context);
}
function invokeAttr($input) {
$lexer = new HTMLPurifier_Lexer_DirectLex();
$lexer->parseAttributeString($input, $this->config, $this->context);
}
function testUnclosedComment() {
$this->expectErrorCollection(E_WARNING, 'Lexer: Unclosed comment');
$this->invoke('