aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/shr/ol.html (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move shr.el test data to follow our conventionsStefan Kangas2020-10-241-29/+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-221-0/+29
* 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.