Skip to content

Commit 695b899

Browse files
committed
Update more formatting integration tests based on new behavior
1 parent 1d5c8ed commit 695b899

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/lsptoolshost/integrationTests/formattingEditorConfig.integration.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ describe(`Formatting With EditorConfig Tests`, () => {
3939

4040
const expectedText = [
4141
'namespace Formatting;',
42+
'',
4243
'class DocumentFormattingWithEditorConfig {',
4344
' public int Property1 {',
4445
' get; set;',
@@ -58,6 +59,7 @@ describe(`Formatting With EditorConfig Tests`, () => {
5859

5960
const expectedText = [
6061
'namespace Formatting;',
62+
'',
6163
'class DocumentFormattingWithEditorConfig',
6264
'{',
6365
' public int Property1 {',
@@ -81,6 +83,7 @@ describe(`Formatting With EditorConfig Tests`, () => {
8183

8284
const expectedText = [
8385
'namespace Formatting;',
86+
'',
8487
'class DocumentFormattingWithEditorConfig',
8588
'{',
8689
' public int Property1',

0 commit comments

Comments
 (0)