Skip to content

Commit 3bcac20

Browse files
committed
Fix html folding test for TS bug
1 parent 219120f commit 3bcac20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/html-language-features/server/src/test/folding.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ suite('HTML Folding', async () => {
7171
/*13*/'</head>',
7272
/*14*/'</html>',
7373
];
74-
await assertRanges(input, [r(0, 13), r(1, 12), r(2, 6), r(3, 6), r(8, 11), r(9, 11)]);
74+
await assertRanges(input, [r(0, 13), r(1, 12), r(2, 6), r(3, 6), r(8, 11), r(9, 11), r(9, 11)]);
7575
});
7676

7777
test('Embedded JavaScript - incomplete', async () => {

0 commit comments

Comments
 (0)