TypeScript/tests/cases/fourslash/formattingAfterMultiLineString.ts

14 lines
260 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <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\\');