File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -483,9 +483,9 @@ public function testCDATA()
483483
484484 public function testAnchorTargetQueryParam ()
485485 {
486- $ res = $ this ->cycle (" <a href= \ "https://domain.com/page.php?foo=bar&target=baz \ ">https://domain.com/page.php?foo=bar&target=baz</a> " );
486+ $ res = $ this ->cycle (' <a href="https://domain.com/page.php?foo=bar&target=baz">https://domain.com/page.php?foo=bar&target=baz</a> ' );
487487 $ this ->assertContains (
488- " <a href= \ "https://domain.com/page.php?foo=bar&target=baz \ ">https://domain.com/page.php?foo=bar&target=baz</a> " ,
488+ ' <a href="https://domain.com/page.php?foo=bar&target=baz">https://domain.com/page.php?foo=bar&target=baz</a> ' ,
489489 $ res
490490 );
491491 }
You can’t perform that action at this time.
0 commit comments