From 23479b1e18c4d037115f11b3aa5c2ff1cae86700 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1o=20Belica?= Date: Tue, 11 Feb 2014 13:59:10 +0100 Subject: Removed trailing whitespace --- test/HTML5/Parser/TokenizerTest.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'test/HTML5/Parser/TokenizerTest.php') diff --git a/test/HTML5/Parser/TokenizerTest.php b/test/HTML5/Parser/TokenizerTest.php index 9f335b0..6c91455 100644 --- a/test/HTML5/Parser/TokenizerTest.php +++ b/test/HTML5/Parser/TokenizerTest.php @@ -109,7 +109,7 @@ class TokenizerTest extends \HTML5\Tests\TestCase { $e1 = $events->get(0); $this->assertEquals('error', $e1['name']); - // FIXME: Once the text processor is done, need to verify that the + // FIXME: Once the text processor is done, need to verify that the // tokens are transformed correctly into text. } @@ -139,12 +139,12 @@ class TokenizerTest extends \HTML5\Tests\TestCase { $succeed = array( '' => 'a', '' => 'test', - '' => 'test', '' => 'thisisthetagthatdoesntenditjustgoesonandonmyfriend', // See 8.2.4.10, which requires this and does not say error. - '' => 'a' => 'aisAllGood('endTag', 2, $succeed); @@ -271,8 +271,8 @@ class TokenizerTest extends \HTML5\Tests\TestCase { public function testProcessorInstruction() { $good = array( '' => 'hph', - '' => array('hph', 'echo "Hello World"; '), - "" => array('hph', "echo 'Hello World';\n"), + '' => array('hph', 'echo "Hello World"; '), + "" => array('hph', "echo 'Hello World';\n"), ); $this->isAllGood('pi', 2, $good); } -- cgit v1.2.3