This commit is contained in:
Arthur Ozga 2017-08-15 12:39:40 -07:00
parent a08d18af57
commit ad9c29b928

View file

@ -0,0 +1,14 @@
/// <reference path="fourslash.ts"/>
//// /**
//// * /*1*/
//// */
goTo.marker("1");
edit.insertLine("");
verify.currentFileContentIs(
` /**
*
*/`
);