TypeScript/tests/cases/fourslash_old/formattingOnSemiColon.ts
2014-07-12 17:30:19 -07:00

7 lines
No EOL
153 B
TypeScript

/// <reference path='fourslash.ts' />
////var a=b+c^d-e*++f
goTo.eof();
edit.insert(";");
verify.currentFileContentIs("var a = b + c ^ d - e * ++f;");