From bb79919ffc7df4914ff5a489cf2ad2ad0602ff88 Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 15 Mar 2016 06:51:29 -0400 Subject: Fixes #96: Parser breaking xml:href on svgs that use the "use" element --- test/HTML5/Html5Test.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/HTML5/Html5Test.php') diff --git a/test/HTML5/Html5Test.php b/test/HTML5/Html5Test.php index 23cb424..ce6bb0b 100644 --- a/test/HTML5/Html5Test.php +++ b/test/HTML5/Html5Test.php @@ -317,6 +317,9 @@ class Html5Test extends TestCase public function testAttributes() { + $res = $this->cycle(''); + $this->assertContains('', $res); + $res = $this->cycle('
FOO
'); $this->assertRegExp('|
FOO
|', $res); -- cgit v1.2.3