aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/shr (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-02-22Handle HTML 'ol' start attribute in shr.elNicholas Drozd2-0/+48
* lisp/net/shr.el (shr-tag-ol): Don't automatically assume 1-indexing for all ordered lists, use <ol> if given. * etc/NEWS: Announce change in shr behavior. * test/data/shr/ol.html: * test/data/shr/ol.txt: New test data files.
2016-04-24Encode the shr tests files with trailing white spaceLars Magne Ingebrigtsen1-3/+3
2016-03-25(shr-insert): Respect non-breaking space in non-<pre> textLars Magne Ingebrigtsen2-0/+13
* lisp/net/shr.el (shr-insert): Respect non-breaking space in non-<pre> text.
2016-03-20Further empty <li> tweaksLars Magne Ingebrigtsen2-0/+4
* lisp/net/shr.el (shr-tag-li): When showing several empty <li> elements, ensure that they really get inserted on a new line.
2016-03-20Don't remove too much white space at the end of documentsLars Magne Ingebrigtsen1-1/+1
* lisp/net/shr.el (shr--remove-blank-lines-at-the-end): Don't remove too much white space -- leave it on the last line (in case there's a background color).
2016-03-20Add tests for empty <ul><li>Lars Magne Ingebrigtsen2-0/+7
2016-03-20Add more shr HTML rendering testsLars Magne Ingebrigtsen5-1/+20
2016-03-20Add a test harness for shr HTML rendering and one testLars Magne Ingebrigtsen2-0/+4