TypeScript/tests/cases/fourslash/formatControlFlowConstructs.ts

9 lines
160 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
////}
format.document();
goTo.marker();
2014-07-13 01:04:16 +02:00
verify.currentLineContentIs("if (true) {");