From 7ca281ea599de0ae016aada9da9a65da38db9760 Mon Sep 17 00:00:00 2001 From: Technosophos Date: Wed, 17 Apr 2013 14:34:56 -0500 Subject: Added uppercase tests. --- test/HTML5/Parser/TokenizerTest.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/HTML5/Parser') diff --git a/test/HTML5/Parser/TokenizerTest.php b/test/HTML5/Parser/TokenizerTest.php index 9496ba4..d988df1 100644 --- a/test/HTML5/Parser/TokenizerTest.php +++ b/test/HTML5/Parser/TokenizerTest.php @@ -279,6 +279,8 @@ class TokenizerTest extends \HTML5\Tests\TestCase { public function testSimpleTags() { $open = array( '' => 'foo', + '' => 'foo', + '' => 'foo', '' => 'foo', "" => 'foo', '' => 'foo:bar', @@ -290,6 +292,7 @@ class TokenizerTest extends \HTML5\Tests\TestCase { } $selfClose= array( '' => 'foo', + '' => 'foo', '' => 'foo', "" => 'foo', '' => 'foo:bar', -- cgit v1.2.3