TypeScript/tests/cases/fourslash/formatAfterWhitespace.ts
2018-12-04 12:45:00 -08:00

15 lines
204 B
TypeScript

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