diff options
| author | Munif Tanjim <hello@muniftanjim.dev> | 2022-01-21 18:44:30 +0600 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-01-21 16:40:36 +0100 |
| commit | 7a6d93ca5b95b4485dd70c1a1d813bb5a80fcc07 (patch) | |
| tree | a3ee6950f76938ccc8e85b9d78f9da92b097e1dd /tests/indent/ecma/binary_expression.js | |
| parent | 782e299cd6c926e0b5e438e154cac44a48c26a3c (diff) | |
feat(indent): ecma - support common use-cases
Diffstat (limited to 'tests/indent/ecma/binary_expression.js')
| -rw-r--r-- | tests/indent/ecma/binary_expression.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/indent/ecma/binary_expression.js b/tests/indent/ecma/binary_expression.js new file mode 100644 index 00000000..132fee9c --- /dev/null +++ b/tests/indent/ecma/binary_expression.js @@ -0,0 +1,4 @@ +if_this_is_correct && + run_this_thing() + .filter() + .map() |
