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

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

bug#24854: 25.1; indent error with regexp


From: npostavs
Subject: bug#24854: 25.1; indent error with regexp
Date: Tue, 08 Nov 2016 19:35:44 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Andreas Röhler <andreas.roehler@easy-emacs.de> writes:

> On 02.11.2016 00:30, James Yang wrote:
>
>  var re = /some value/
>
>  str.match(re)
>
> Can't reproduce with 
>
> js-mode of GNU Emacs 26.0.50.1 (i686-pc-linux-gnu, GTK+ Version 3.14.5) of 
> 2016-10-11

The OP has an extra blank lines, try

    var re = /some value/
    str.match(re)





reply via email to

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