forked from microsoft/TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
verifyIndentationAfterNewLine("1", 4);
opened via imdone.io from a code comment on 966fa16
TODO (arozga): fix this id:801
TypeScript/tests/cases/fourslash/smartIndentObjectBindingPattern02.ts
Lines 11 to 17 in 966fa16
| // TODO(arozga): fix this | |
| // verifyIndentationAfterNewLine("1", 4); | |
| verifyIndentationAfterNewLine("1", 0); | |
| verifyIndentationAfterNewLine("2", 8); | |
| verifyIndentationAfterNewLine("3", 8); | |
| verifyIndentationAfterNewLine("4", 8); | |
| verifyIndentationAfterNewLine("5", 8); |