TypeScript/tests/cases/fourslash/semicolonFormattingInsideAComment.ts
2014-07-29 12:17:23 -07:00

10 lines
200 B
TypeScript

/// <reference path='fourslash.ts' />
//// ///**/
goTo.marker();
edit.insert(';');
// Semicolon Formating should not be triggered inside comments
verify.currentLineContentIs(' //;');