diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2016-11-18 02:12:02 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2016-11-18 02:12:02 +0200 |
commit | 03c00f716ff7d30c400995e42d7702ed2ba1a07d (patch) | |
tree | 581d444f6caf0fdcd4d77a05479d35c9388bd6da /test/manual | |
parent | 922426da38f18590228637b74043408656c2dd4d (diff) | |
download | emacs-03c00f716ff7d30c400995e42d7702ed2ba1a07d.tar.gz emacs-03c00f716ff7d30c400995e42d7702ed2ba1a07d.tar.bz2 emacs-03c00f716ff7d30c400995e42d7702ed2ba1a07d.zip |
Add example for bug#24854
* test/manual/indent/js.js: Add example for bug#24854.
Diffstat (limited to 'test/manual')
-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++ b += c +var re = /some value/ +str.match(re) + baz(`http://foo.bar/${tee}`) .qux(); |