TypeScript/tests/cases/fourslash/formatOnEnterInComment.ts

14 lines
181 B
TypeScript
Raw Normal View History

2017-08-15 21:39:40 +02:00
/// <reference path="fourslash.ts"/>
//// /**
//// * /*1*/
//// */
goTo.marker("1");
edit.insertLine("");
verify.currentFileContentIs(
` /**
*
*/`
);