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

11 lines
250 B
TypeScript

/// <reference path='fourslash.ts' />
//// var x = "string/**/
goTo.marker();
edit.insert(';');
// Semicolon Formating should not be triggered inside an unterminated string literal
verify.currentLineContentIs(' var x = "string;');