1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-31 09:20:54 -08:00
emacs/test/automated
Chong Yidong 566df3fcac Clean up syntax-table usage in xml.el
* xml.el (xml--parse-buffer): Use xml-syntax-table.
(xml-parse-tag): Likewise, and avoid changing entity tables.
(xml-syntax-table): Define from scratch, making sure not to give
x2000 and other Unicode spaces whitespace syntax, since those are
not spaces in XML.
(xml-parse-fragment): Delete unused function.
(xml-name-start-char-re, xml-name-char-re, xml-name-re)
(xml-names-re, xml-nmtoken-re, xml-nmtokens-re, xml-char-ref-re)
(xml-entity-ref, xml-pe-reference-re)
(xml-reference-re,xml-att-value-re, xml-tokenized-type-re)
(xml-notation-type-re, xml-enumeration-re, xml-enumerated-type-re)
(xml-att-type-re, xml-default-decl-re, xml-att-def-re)
(xml-entity-value-re): Use syntax references in regexps where
possible; no need to define inside a let-binding.
(xml-parse-dtd): Use xml-pe-reference-re.
(xml-entity-or-char-ref-re): New defconst.
(xml-parse-string, xml-substitute-special): Use it.
2012-07-05 00:14:05 +08:00
..
bytecomp-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
comint-testsuite.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
compile-tests.el * lisp/progmodes/compile.el (compilation-error-regexp-alist-alist): 2012-05-21 00:28:41 -04:00
ert-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
ert-x-tests.el * lisp/emacs-lisp/cl.el (flet): Mark obsolete. 2012-06-27 11:11:28 -04:00
f90.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
font-parse-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
gnus-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
icalendar-tests.el icalendar / icalendar-tests: Fix Bug#11473 -- unescape commas in timezone specs 2012-06-08 19:34:09 +02:00
lexbind-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
Makefile.in Command substitution already runs in a subshell 2012-05-20 17:44:34 -07:00
newsticker-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
occur-tests.el Add 2012 to FSF copyright years for Emacs files 2012-01-05 01:46:05 -08:00
url-future-tests.el Move url-future.el ERT test to test/automated/url-future-tests.el. 2012-02-13 13:45:36 -05:00
url-util-tests.el add url-util.el test file 2012-05-15 04:52:15 -04:00
vc-bzr.el Add another vc-bzr test 2012-04-10 20:24:26 -07:00
xml-parse-tests.el Clean up syntax-table usage in xml.el 2012-07-05 00:14:05 +08:00