TypeScript/tests/cases/fourslash/semicolonFormattingInsideAComment.ts

10 lines
200 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
//// ///**/
goTo.marker();
edit.insert(';');
// Semicolon Formating should not be triggered inside comments
verify.currentLineContentIs(' //;');