diff options
| author | Dmitry Gutov | 2016-11-18 02:12:02 +0200 |
|---|---|---|
| committer | Dmitry Gutov | 2016-11-18 02:12:02 +0200 |
| commit | 03c00f716ff7d30c400995e42d7702ed2ba1a07d (patch) | |
| tree | 581d444f6caf0fdcd4d77a05479d35c9388bd6da | |
| parent | 922426da38f18590228637b74043408656c2dd4d (diff) | |
| download | emacs-03c00f716ff7d30c400995e42d7702ed2ba1a07d.tar.gz emacs-03c00f716ff7d30c400995e42d7702ed2ba1a07d.zip | |
Add example for bug#24854
* test/manual/indent/js.js: Add example for bug#24854.
| -rw-r--r-- | test/manual/indent/js.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/manual/indent/js.js b/test/manual/indent/js.js index b40d47b3e5d..806e9497ad5 100644 --- a/test/manual/indent/js.js +++ b/test/manual/indent/js.js | |||
| @@ -69,6 +69,9 @@ a++ | |||
| 69 | b += | 69 | b += |
| 70 | c | 70 | c |
| 71 | 71 | ||
| 72 | var re = /some value/ | ||
| 73 | str.match(re) | ||
| 74 | |||
| 72 | baz(`http://foo.bar/${tee}`) | 75 | baz(`http://foo.bar/${tee}`) |
| 73 | .qux(); | 76 | .qux(); |
| 74 | 77 | ||