TypeScript/tests/cases/fourslash/switchIndenting.ts

11 lines
175 B
TypeScript
Raw Normal View History

2014-07-13 01:04:16 +02:00
/// <reference path='fourslash.ts' />
////switch (null) {
//// case 0:
//// /**/
////}
goTo.marker();
edit.insert('case 1:\n');
2014-09-11 19:54:30 +02:00
verify.indentationIs(8);