Add test for format on key

This commit is contained in:
Mohamed Hegazy 2015-02-12 13:35:24 -08:00
parent c0b1254072
commit 93aa3f161d

View File

@ -0,0 +1,12 @@
/// <reference path='fourslash.ts' />
////switch (1) {
//// case 1:
//// {
//// /*1*/
//// break;
////}
goTo.marker("1");
edit.insert("}");
verify.currentLineContentIs(" }");