bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19397: incorrect handling of / in a character class in js-mode


From: Stefan Monnier
Subject: bug#19397: incorrect handling of / in a character class in js-mode
Date: Tue, 23 Dec 2014 11:16:31 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Version: 25.1

> function test ()
> {
>     return /[/]/.test ('/')
> }

OK, I installed a patch into master which should handle the "unescaped slash in
character classes".  Together with the previous patch installed in
emacs-24, it should handle at least the above case.


        Stefan





reply via email to

[Prev in Thread] Current Thread [Next in Thread]