add more spaces on test

This commit is contained in:
Kagami Sascha Rosylight 2016-01-08 18:01:02 +09:00
parent 5dde2b964f
commit 5431e09f92

View File

@ -1,6 +1,6 @@
///<reference path="fourslash.ts"/>
/////*InsertSpaceAfterCommaDelimiter*/[1,2, 3];[72,];
/////*InsertSpaceAfterCommaDelimiter*/[1,2, 3];[ 72 , ];
/////*InsertSpaceAfterSemicolonInForStatements*/for (i = 0;i; i++);
/////*InsertSpaceBeforeAndAfterBinaryOperators*/1+2- 3
/////*InsertSpaceAfterKeywordsInControlFlowStatements*/if (true) { }