TypeScript/tests/cases/fourslash/formatAfterWhitespace.ts

15 lines
204 B
TypeScript
Raw Normal View History

/// <reference path="fourslash.ts" />
////function foo()
////{
//// var bar;
//// /*1*/
////}
goTo.marker('1')
edit.insertLine("");
verify.currentFileContentIs(`function foo()
{
var bar;
}`);