aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/indent/js.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/indent/js.js b/test/indent/js.js
index ad7cb56a277..2120233259a 100644
--- a/test/indent/js.js
+++ b/test/indent/js.js
@@ -64,6 +64,11 @@ b +=
64baz(`http://foo.bar/${tee}`) 64baz(`http://foo.bar/${tee}`)
65 .qux(); 65 .qux();
66 66
67`multiline string
68 contents
69 are kept
70 unchanged!`
71
67// Local Variables: 72// Local Variables:
68// indent-tabs-mode: nil 73// indent-tabs-mode: nil
69// js-indent-level: 2 74// js-indent-level: 2