mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Add test for format on key
This commit is contained in:
parent
c0b1254072
commit
93aa3f161d
12
tests/cases/fourslash/server/formatonkey.ts
Normal file
12
tests/cases/fourslash/server/formatonkey.ts
Normal file
@ -0,0 +1,12 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
////switch (1) {
|
||||
//// case 1:
|
||||
//// {
|
||||
//// /*1*/
|
||||
//// break;
|
||||
////}
|
||||
|
||||
goTo.marker("1");
|
||||
edit.insert("}");
|
||||
verify.currentLineContentIs(" }");
|
||||
Loading…
x
Reference in New Issue
Block a user