1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

Add example for bug#24854

* test/manual/indent/js.js: Add example for bug#24854.
This commit is contained in:
Dmitry Gutov 2016-11-18 02:12:02 +02:00
parent 922426da38
commit 03c00f716f

View File

@ -69,6 +69,9 @@ a++
b +=
c
var re = /some value/
str.match(re)
baz(`http://foo.bar/${tee}`)
.qux();