1
0
Fork 0

Fix character offset in publishDiagnotic test

pull/14/head
Felix Becker 2016-09-04 12:50:40 +02:00
parent 4e88a17de3
commit d1b9b33741
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class TextDocumentTest extends TestCase
],
'end' => [
'line' => 2,
'character' => 14
'character' => 15
]
],
'severity' => DiagnosticSeverity::ERROR,