aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/ecma/variable.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indent/ecma/variable.js')
-rw-r--r--tests/indent/ecma/variable.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/indent/ecma/variable.js b/tests/indent/ecma/variable.js
new file mode 100644
index 000000000..80d34beea
--- /dev/null
+++ b/tests/indent/ecma/variable.js
@@ -0,0 +1,6 @@
+let a =
+ if_this_is_right() && then_this()
+
+a = func_call()
+ .map()
+ .filter()