Skip to content
Snippets Groups Projects
Commit 550bb305 authored by Alexander Hass's avatar Alexander Hass
Browse files

Issue #2992007: Fix failing test

parent 651c773e
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class LinkCheckerLinkExtractionTest extends DrupalWebTestCase {
<a href="http://example.com/ajax.html#key1=value1&key2=value2">URL with ajax query params</a>
<a href="http://example.com/test.html#test">URL with standard anchor</a>
<a href="http://example.com/test.html#test%20ABC">URL with standard anchor and space</a>
<a href="#test ABC">Anchor and space</a>
<a name="test ABC">Anchor with space</a>
<!-- object tag: Embed SWF files -->
<object width="150" height="116"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment