Skip to content

Commit 2ec3ffc

Browse files
committed
Fix the interactive test in batch mode
1 parent 83cd112 commit 2ec3ffc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/lsp-sonarlint-secondary-locations-test.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ int divide_seventeen(int param) {
262262
;; Deliberately using interactive functions here to trigger line-move
263263
;; hooks
264264
(previous-line)
265+
(forward-char -1) ; Make sure to stay within found string to hit the overlay
265266
(next-line)))
266267

267268
(ert-deftest lsp-sonarlint-test--navigate-to-sec-location ()

0 commit comments

Comments
 (0)