TypeScript/tests/cases/fourslash/formattingAfterMultiLineString.ts
2014-07-29 12:17:23 -07:00

14 lines
260 B
TypeScript

/// <reference path='fourslash.ts' />
////class foo {
//// stop() {
//// var s = "hello\/*1*/
////"/*2*/
//// }
////}
goTo.marker("2");
edit.insertLine('');
goTo.marker("1");
verify.currentLineContentIs(' var s = "hello\\');