emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 03c00f7: Add example for bug#24854


From: Dmitry Gutov
Subject: [Emacs-diffs] master 03c00f7: Add example for bug#24854
Date: Fri, 18 Nov 2016 00:12:15 +0000 (UTC)

branch: master
commit 03c00f716ff7d30c400995e42d7702ed2ba1a07d
Author: Dmitry Gutov <address@hidden>
Commit: Dmitry Gutov <address@hidden>

    Add example for bug#24854
    
    * test/manual/indent/js.js: Add example for bug#24854.
---
 test/manual/indent/js.js |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/manual/indent/js.js b/test/manual/indent/js.js
index b40d47b..806e949 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();
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]