We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b926035 commit 56c83a2Copy full SHA for 56c83a2
test/test_document.jl
@@ -64,7 +64,7 @@ d6 = Document("untitled", s6, false)
64
LS.applytextdocumentchanges(doc, c3)
65
@test LS.get_text(doc) == "println(\"Hello World\")"
66
# doc currently has only one line, applying change to 2nd line should throw
67
- @test_throws ErrorException LS.applytextdocumentchanges(doc, c2)
+ @test_throws LanguageServer.LSOffsetError LS.applytextdocumentchanges(doc, c2)
68
end
69
70
@testset "UTF16 handling" begin
0 commit comments