projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
922426d
)
Add example for bug#24854
author
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 18 Nov 2016 00:12:02 +0000
(
02:12
+0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Fri, 18 Nov 2016 00:12:02 +0000
(
02:12
+0200)
* test/manual/indent/js.js: Add example for bug#24854.
test/manual/indent/js.js
patch
|
blob
|
history
diff --git
a/test/manual/indent/js.js
b/test/manual/indent/js.js
index b40d47b3e5da00254c8fe81551ee1e61daa1b81f..806e9497ad5c8c8e5763d3218087787f625f0b27 100644
(file)
--- a/
test/manual/indent/js.js
+++ b/
test/manual/indent/js.js
@@
-69,6
+69,9
@@
a++
b +=
c
+var re = /some value/
+str.match(re)
+
baz(`http://foo.bar/${tee}`)
.qux();