TypeScript/tests/cases/fourslash/formattingExpressionsInIfCondition.ts
2014-12-09 04:55:33 -08:00

11 lines
224 B
TypeScript

/// <reference path='fourslash.ts' />
////if (a === 1 ||
//// /*0*/b === 2 ||/*1*/
//// c === 3) {
////}
goTo.marker("1");
edit.insert("\n");
goTo.marker("0");
verify.currentLineContentIs(" b === 2 ||");