Details
-
Bug
-
Resolution: Fixed
-
Major
-
12.10
-
Unit
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
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