mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-08-04 21:28:06 +02:00
Remove trailing whitespace.
Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
class HTMLPurifier_TokenFactoryTest extends HTMLPurifier_Harness
|
||||
{
|
||||
public function test() {
|
||||
|
||||
|
||||
$factory = new HTMLPurifier_TokenFactory();
|
||||
|
||||
|
||||
$regular = new HTMLPurifier_Token_Start('a', array('href' => 'about:blank'));
|
||||
$generated = $factory->createStart('a', array('href' => 'about:blank'));
|
||||
|
||||
|
||||
$this->assertIdentical($regular, $generated);
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user