TypeScript/tests/cases/fourslash/formatOnEnterInComment.ts
2017-08-15 12:44:21 -07:00

14 lines
181 B
TypeScript

/// <reference path="fourslash.ts"/>
//// /**
//// * /*1*/
//// */
goTo.marker("1");
edit.insertLine("");
verify.currentFileContentIs(
` /**
*
*/`
);