mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-11 16:38:46 -05:00
rename test
This commit is contained in:
@@ -1,16 +1,11 @@
|
||||
/// <reference path="fourslash.ts"/>
|
||||
|
||||
//// if (true) {
|
||||
//// }
|
||||
//// if () {
|
||||
//// }
|
||||
|
||||
format.setOption("PlaceOpenBraceOnNewLineForControlBlocks", true);
|
||||
format.document();
|
||||
verify.currentFileContentIs(
|
||||
`if (true)
|
||||
{
|
||||
}
|
||||
if ()
|
||||
`if ()
|
||||
{
|
||||
}`);
|
||||
Reference in New Issue
Block a user