Add example for bug#24854
* test/manual/indent/js.js: Add example for bug#24854.
This commit is contained in:
parent
922426da38
commit
03c00f716f
1 changed files with 3 additions and 0 deletions
|
@ -69,6 +69,9 @@ a++
|
|||
b +=
|
||||
c
|
||||
|
||||
var re = /some value/
|
||||
str.match(re)
|
||||
|
||||
baz(`http://foo.bar/${tee}`)
|
||||
.qux();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue