1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-02 05:32:08 -08:00
emacs/test
Alain Schneble b792ecea17 Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044)
* test/lisp/url/url-parse-tests.el: Add tests covering url-generic-parse-url.
* test/lisp/url/url-expand-tests.el: Add tests covering url-expand-file-name.
* lisp/url/url-parse.el (url-generic-parse-url): Keep empty fragment
information in URL-struct.
* lisp/url/url-parse.el (url-path-and-query): Do not artificially turn empty
path and query into nil path and query, respectively.
* lisp/url/url-expand.el (url-expander-remove-relative-links): Do not turn
empty path into an absolute ("/") path.
* lisp/url/url-expand.el (url-expand-file-name): Properly resolve
fragment-only URIs. Do not just return them unchanged.
* lisp/url/url-expand.el (url-default-expander): An empty path in the relative
reference URI should not drop the last segment.
2015-12-26 00:50:25 +01:00
..
data Move package test files to new directory. 2015-11-24 22:21:20 +00:00
lisp Make relative URL parsing and resolution consistent with RFC 3986 (bug#22044) 2015-12-26 00:50:25 +01:00
manual Fix test/manual/etags/Makefile 2015-11-28 12:58:15 +02:00
src Update file headers for name change. 2015-11-30 21:32:31 +00:00
ChangeLog.1 ; Convert ChangeLog history files to "Bug#NNNN" 2015-04-18 19:48:24 -07:00
file-organisation.org Rename all test files to reflect source layout. 2015-11-24 17:04:22 +00:00
make-test-deps.emacs-lisp Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs 2015-12-02 12:05:09 +00:00
Makefile.in make check unconditional, check-maybe top-level. 2015-12-02 21:28:56 +00:00
README Mention etc/compilation.txt 2009-07-26 15:59:37 +00:00

This directory contains files intended to test various aspects of
Emacs's functionality.  Please help add tests!

(Also, see etc/compilation.txt for compilation mode font lock tests.)