diff options
| author | Paul Eggert | 2016-04-03 13:39:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-03 13:39:52 -0700 |
| commit | b1c7207dbbc5b35aa2fa6e69a3041299e881dbb6 (patch) | |
| tree | 823364dde3da94970a5ae79f7d131f127eb547f4 /test | |
| parent | f7c5f79ca565d3ef3feeb1e0af5ca261f1bcf58a (diff) | |
| parent | b787d5501bad8036016d835faa2f90bb0904c038 (diff) | |
| download | emacs-b1c7207dbbc5b35aa2fa6e69a3041299e881dbb6.tar.gz emacs-b1c7207dbbc5b35aa2fa6e69a3041299e881dbb6.zip | |
Merge from origin/emacs-25
b787d55 More format-time-string change fixups
13c8f29 make-xwidget unused arg cleanup
36e05f0 Remove unused arguments from make-xwidget
1042217 Document incompatible changes in 'format-time-string'
7228eb8 Improve documentation of byte-code objects
0020047 Adapt calls to 'format-time-string' to changes in Emacs 25
17b5152 Improve vc-diff with Git backend
c28f87a (js--continued-expression-p): Special-case unary plus and minus
2d02a5f ; * lisp/vc/vc-annotate.el (vc-annotate): Clarify commentary.
9151f16 Prevent C++ Mode wrongly fontifying some identifiers near tem...
b3b523c Avoid crashes due to insanely large columns in tabulated-list...
a3daa34 Teach M-x disassemble a default argument.
e30c3e9 Fix EOL decoding in vc-annotate with SVN back-end on MS-Windows
df441b3 Fix OS X specific settings in tramp-tests
2244331 Finish fixing a cacheing bug in CC Mode (see 2016-03-09)
# Conflicts:
# lisp/net/tramp-sh.el
# lisp/progmodes/cc-engine.el
Diffstat (limited to 'test')
| -rw-r--r-- | test/manual/indent/js.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/manual/indent/js.js b/test/manual/indent/js.js index d843f615fd8..61c7b440ea3 100644 --- a/test/manual/indent/js.js +++ b/test/manual/indent/js.js | |||
| @@ -95,6 +95,12 @@ Foobar | |||
| 95 | console.log(num); | 95 | console.log(num); |
| 96 | }); | 96 | }); |
| 97 | 97 | ||
| 98 | var arr = [ | ||
| 99 | -1, 2, | ||
| 100 | -3, 4 + | ||
| 101 | -5 | ||
| 102 | ]; | ||
| 103 | |||
| 98 | // Local Variables: | 104 | // Local Variables: |
| 99 | // indent-tabs-mode: nil | 105 | // indent-tabs-mode: nil |
| 100 | // js-indent-level: 2 | 106 | // js-indent-level: 2 |