mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Add fomratting tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
/////**/module Default{var x= ( { } ) ;}
|
||||
|
||||
|
||||
format.document();
|
||||
goTo.marker();
|
||||
verify.currentLineContentIs('module Default { var x = ({}); }');
|
||||
Reference in New Issue
Block a user