prettier/tests/method-chain
Christopher Chedeau c99a877b9f Do not break on [0] (#1441)
In practice, we never want to break on `[0]`. By not doing that, it forces prettier to find a more suitable break placement.

Fixes #1418
2017-05-01 14:41:34 -07:00
..
__snapshots__ Do not break on [0] (#1441) 2017-05-01 14:41:34 -07:00
bracket_0.js Do not break on [0] (#1441) 2017-05-01 14:41:34 -07:00
break-last-call.js Reimplement MemberExpression printing (#469) 2017-01-31 12:32:42 -08:00
break-last-member.js Do not inline member expressions as part of assignments (#1256) 2017-04-13 20:09:00 -04:00
comment.js Do not merge member chain if there's a comment in-between (#1218) 2017-04-12 17:26:58 -07:00
first_long.js Add `this` for Member factory whitelist and remove softline (#782) 2017-02-23 09:41:44 -05:00
inline_merge.js Fix indentation of a merged group (#828) 2017-02-28 10:55:32 -05:00
jsfmt.spec.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
logical.js Allow breaking for logical expressions in member chains (#827) 2017-02-28 09:31:04 -08:00
multiple-members.js Reimplement MemberExpression printing (#469) 2017-01-31 12:32:42 -08:00
square_0.js Group [0] at the end of the previous chain instead of beginning of next one (#784) 2017-02-23 07:34:52 -08:00
test.js Move tests around (#454) 2017-01-24 14:35:37 -08:00
this.js Make all the member expressions but the last one part of the first group (#589) 2017-02-03 16:18:54 -05:00