TypeScript/tests/cases/fourslash/unclosedStringLiteralAutoformating.ts

10 lines
217 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path='fourslash.ts' />
////var x = /*1*/"asd/*2*/
////class Foo {
//// /**/
//verify.errorExistsBetweenMarkers("1", "2");
goTo.marker();
edit.insert("}");
2014-07-13 01:04:16 +02:00
verify.currentLineContentIs("}");