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

10 lines
208 B
TypeScript

/// <reference path='fourslash.ts' />
////var x = /*1*/"asd/*2*/
////class Foo {
//// /**/
//verify.errorExistsBetweenMarkers("1", "2");
goTo.marker();
edit.insert("}");
verify.currentLineContentIs("}");