File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
test/lsptoolshost/integrationTests Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ describe(`Formatting Tests`, () => {
3939 'using Options;' ,
4040 'using System;' ,
4141 'namespace Formatting;' ,
42+ '' ,
4243 'class DocumentFormatting' ,
4344 '{' ,
4445 ' public int Property1' ,
@@ -62,6 +63,7 @@ describe(`Formatting Tests`, () => {
6263 'using Options;' ,
6364 'using System;' ,
6465 'namespace Formatting;' ,
66+ '' ,
6567 'class DocumentFormatting' ,
6668 '{' ,
6769 ' public int Property1' ,
@@ -85,6 +87,7 @@ describe(`Formatting Tests`, () => {
8587 'using Options;' ,
8688 'using System;' ,
8789 'namespace Formatting;' ,
90+ '' ,
8891 'class DocumentFormatting' ,
8992 '{' ,
9093 ' public int Property1 {' ,
@@ -108,6 +111,7 @@ describe(`Formatting Tests`, () => {
108111 'using System;' ,
109112 'using Options;' ,
110113 'namespace Formatting;' ,
114+ '' ,
111115 'class DocumentFormatting' ,
112116 '{' ,
113117 ' public int Property1' ,
@@ -134,6 +138,7 @@ describe(`Formatting Tests`, () => {
134138 'using Options;' ,
135139 'using System;' ,
136140 'namespace Formatting;' ,
141+ '' ,
137142 'class DocumentFormatting' ,
138143 '{' ,
139144 ' public int Property1' ,
You can’t perform that action at this time.
0 commit comments