Skip to content

Commit a780551

Browse files
committed
Language Server: Fix formatting tests
1 parent c8464db commit a780551

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

javascript/packages/language-server/test/formatting_service.test.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ describe('FormattingService', () => {
120120
<div>
121121
<h1>Title</h1>
122122
<p>Some content that is long enough to force multi-line formatting</p>
123-
<div><span>Nested content</span></div>
123+
124+
<div>
125+
<span>Nested content</span>
126+
</div>
124127
</div>
125128
` + '\n'
126129

@@ -154,7 +157,10 @@ describe('FormattingService', () => {
154157
<div>
155158
<h1>Title</h1>
156159
<p>Content with multiple elements</p>
157-
<div><span>Nested</span></div>
160+
161+
<div>
162+
<span>Nested</span>
163+
</div>
158164
</div>
159165
` + '\n'
160166

0 commit comments

Comments
 (0)