mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-05 08:11:30 -06:00
Add fomratting tests
This commit is contained in:
parent
abec4f9798
commit
54f3250cdd
8
tests/cases/fourslash/server/format.ts
Normal file
8
tests/cases/fourslash/server/format.ts
Normal file
@ -0,0 +1,8 @@
|
||||
/// <reference path='fourslash.ts' />
|
||||
|
||||
/////**/module Default{var x= ( { } ) ;}
|
||||
|
||||
|
||||
format.document();
|
||||
goTo.marker();
|
||||
verify.currentLineContentIs('module Default { var x = ({}); }');
|
||||
Loading…
x
Reference in New Issue
Block a user