Skip to content

Commit 389db78

Browse files
committed
Fix language server folding tests
1 parent fc3c9e7 commit 389db78

File tree

1 file changed

+3
-1
lines changed
  • crates/zubanls/tests/slow-tests

1 file changed

+3
-1
lines changed

crates/zubanls/tests/slow-tests/main.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2896,9 +2896,11 @@ fn test_semantic_tokens_folding_and_selection_ranges() {
28962896
},
28972897
json!([
28982898
{
2899-
"kind": "region",
29002899
"startLine": 0,
2900+
"startCharacter": 8,
29012901
"endLine": 3,
2902+
"endCharacter": 21,
2903+
"kind": "region",
29022904
}
29032905
]),
29042906
);

0 commit comments

Comments
 (0)