From d03ec1cf1662e3dc911439f09e64e8a5a3754832 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Sun, 8 Mar 2015 20:30:23 +0200 Subject: [PATCH] Fix test/indent/js.js * test/indent/js.js: Set `js-indent-level' to 2. Fix indentation in an example. --- test/ChangeLog | 5 +++++ test/indent/js.js | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/test/ChangeLog b/test/ChangeLog index a9c20f6fbfa..92ce4b62a0b 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,3 +1,8 @@ +2015-03-08 Dmitry Gutov + + * indent/js.js: Set `js-indent-level' to 2. Fix indentation in an + example. + 2015-03-04 Michael Albinus * automated/tramp-tests.el (top): Declare `tramp-get-remote-stat' diff --git a/test/indent/js.js b/test/indent/js.js index d330fa06d5b..f41849da284 100644 --- a/test/indent/js.js +++ b/test/indent/js.js @@ -1,3 +1,5 @@ +// -*- js-indent-level: 2 -*- + var a = 1; b = 2; @@ -9,7 +11,7 @@ var e = 100500, function test () { - return /[/]/.test ('/') // (bug#19397) + return /[/]/.test ('/') // (bug#19397) } var f = bar('/protocols/') -- 2.39.2