aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/shr (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move shr.el test data to follow our conventionsStefan Kangas2020-10-2414-95/+0
| | | | | | | * test/lisp/net/shr-tests.el (ert, ert-x): Require. (shr-tests--datadir): Remove variable. (shr-test, rendering): Use ert-resource-directory. * test/lisp/net/shr-resources/*: Move from test/data/shr/.
* Handle HTML 'ol' start attribute in shr.elNicholas Drozd2019-02-222-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.
* Encode the shr tests files with trailing white spaceLars Magne Ingebrigtsen2016-04-241-3/+3
|
* (shr-insert): Respect non-breaking space in non-<pre> textLars Magne Ingebrigtsen2016-03-252-0/+13
| | | | | * lisp/net/shr.el (shr-insert): Respect non-breaking space in non-<pre> text.
* Further empty <li> tweaksLars Magne Ingebrigtsen2016-03-202-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.
* Don't remove too much white space at the end of documentsLars Magne Ingebrigtsen2016-03-201-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).
* Add tests for empty <ul><li>Lars Magne Ingebrigtsen2016-03-202-0/+7
|
* Add more shr HTML rendering testsLars Magne Ingebrigtsen2016-03-205-1/+20
|
* Add a test harness for shr HTML rendering and one testLars Magne Ingebrigtsen2016-03-202-0/+4