TypeScript/tests/cases/fourslash/unclosedStringLiteralAutoformating.ts
2015-03-02 14:41:44 -08:00

10 lines
217 B
TypeScript

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