Merge pull request #1416 from Microsoft/inherited_deltas

inherit delta from nodes on the same line
This commit is contained in:
Vladimir Matveev
2014-12-09 10:46:41 -08:00
2 changed files with 47 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
/// <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 ||");