Status: Accepted
Owner: pekka.klarck
Labels: Type-Defect Priority-Low Target-2.7.5 bwic
New issue 1265 by pekka.klarck: `˜` in HTML test data parsed
incorrectly
http://code.google.com/p/robotframework/issues/detail?id=1265
While refactoring HTML parser I noticed that `˜` was parsed
incorrectly. It should yield `˜` but it yields `~`.
This is trivial to fix. Added an issue only because the change is
potentially backwards incompatible. Anyone who wants `~` can use it
directly without HTML entity references, though, so this shouldn't be too
big a problem in any case.