Skip to content

Commit 1d5c8ed

Browse files
committed
Update formatting integration tests to assert new behavior
1 parent b6fe30c commit 1d5c8ed

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/lsptoolshost/integrationTests/formatting.integration.test.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)