<a href="...">
foo
</a>

The following code won't work

$this->clickLink('foo');
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Needs review
FileSize
1.89 KB
boombatower’s picture

Status: Needs review » Needs work

The last submitted patch, 842966-xpath-normalize.patch, failed testing.

boombatower’s picture

Status: Needs work » Needs review
FileSize
1.92 KB
solotandem’s picture

Status: Needs review » Reviewed & tested by the community

Patch looks good. Tested with 2 cases:

<a href="...">
foo
</a>

and

<a href="...">foo</a>

Both pass with patch applied.

Damien Tournoud’s picture

Vouched here too.

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.