TypeScript/tests/cases/fourslash/whiteSpaceTrimming.ts

11 lines
204 B
TypeScript
Raw Normal View History

2015-03-02 23:41:44 +01:00
/// <reference path="fourslash.ts" />
2014-07-13 01:04:16 +02:00
////if (true) {
2015-03-02 23:41:44 +01:00
//// //
//// /*err*/}
goTo.marker('err');
edit.insert("\n");
verify.currentFileContentIs("if (true) { \n // \n\n}");