aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/amp-in-url.html
Commit message (Collapse)AuthorAgeFilesLines
* Fix double escaping of amp in attributes (#670)Isaac Muse2018-07-291-1/+0
| | | | | | | | | | Serializer should only escape & in attributes if not part of & Better regex avoid Unicode and `_` in amp detection. In general, we don't want to escape already escaped content, but with code content, we want literal representations of escaped content, so have code content explicitly escape its content before placing in AtomicStrings. Closes #669.
* Replaced indentation with linebreaks only. At least its more consistant - ↵Waylan Limberg2008-09-031-3/+1
| | | | and it better matches other markdown implementations. Also updated tests.
* A lot of bug fixes. Handlig attributes added, new hr processing. Reformatted ↵Artem Yunusov2008-07-141-5/+3
| | | | test suite for ElementTree output.
* Added test casesYuri Takhteyev2007-03-251-0/+5