diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/indent/js.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/js.js b/test/indent/js.js index 23fae17b3ce..b40d47b3e5d 100644 --- a/test/indent/js.js +++ b/test/indent/js.js | |||
| @@ -103,6 +103,12 @@ Foobar | |||
| 103 | console.log(num); | 103 | console.log(num); |
| 104 | }); | 104 | }); |
| 105 | 105 | ||
| 106 | var z = [ | ||
| 107 | ...iterableObj, | ||
| 108 | 4, | ||
| 109 | 5 | ||
| 110 | ] | ||
| 111 | |||
| 106 | var arr = [ | 112 | var arr = [ |
| 107 | -1, 2, | 113 | -1, 2, |
| 108 | -3, 4 + | 114 | -3, 4 + |