1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 06:20:43 -08:00
emacs/test/lisp/textmodes
Noam Postavsky e62ad04963 Fix sgml-mode handling of quotes within parens (Bug#36347)
* lisp/textmodes/sgml-mode.el (sgml-syntax-propertize): Use
syntax-ppss-table if set.  This is only needed on the release branch,
on master the caller (syntax-propertize) already does this.
(sgml-mode): Set syntax-ppss-table to sgml-tag-syntax-table.  This
correctly classifies parens as punctuation, so they won't confuse the
parser.
* test/lisp/textmodes/sgml-mode-tests.el (sgml-tests--quotes-syntax):
New test copied from master, with two cases added for this bug.
2019-06-25 18:58:23 -04:00
..
css-mode-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
dns-mode-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
mhtml-mode-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
reftex-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00
sgml-mode-tests.el Fix sgml-mode handling of quotes within parens (Bug#36347) 2019-06-25 18:58:23 -04:00
tildify-tests.el Update copyright year to 2019 2019-01-01 01:01:13 +00:00