Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 12.10
-
Fix Version/s: 14.0-rc-1
-
Component/s: Syntax - xhtml/1.0 & html/4.01
-
Labels:
-
Tests:Unit
-
Difficulty:Unknown
-
Documentation:N/A
-
Documentation in Release Notes:N/A
-
Pull Request Status:Pull Request accepted
-
Similar issues:
Description
The following test is failing:
.#----------------------------------------------------- .input|xhtml/1.0 .#----------------------------------------------------- <p>one <a href="mailto:john@doe.com">two</a> three</p> .#----------------------------------------------------- .expect|event/1.0 .#----------------------------------------------------- beginDocument beginParagraph onWord [one] onSpace beginLink [Typed = [true] Type = [mailto] Reference = [john@doe.com]] [false] onWord [two] endLink [Typed = [true] Type = [mailto] Reference = [john@doe.com]] [false] onSpace onWord [three] endParagraph endDocument
What we get:
beginDocument beginParagraph onWord [one] onSpace beginLink [Typed = [true] Type = [path] Reference = [mailto:john@doe.com]] [false] onWord [two] endLink [Typed = [true] Type = [path] Reference = [mailto:john@doe.com]] [false] onSpace onWord [three] endParagraph endDocument