Skip to content
This repository was archived by the owner on Apr 24, 2021. It is now read-only.

Check in results of tests. #130

Merged
merged 7 commits into from
Apr 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add a hover test.
  • Loading branch information
cristianoc committed Apr 16, 2021
commit 4f95b7dd568f1c69b1a88350fa3ab1b103de27c7
1 change: 1 addition & 0 deletions src/EditorSupportCommands.ml
Original file line number Diff line number Diff line change
@@ -182,6 +182,7 @@ let test ~path =
if mlen >= 3 then
match String.sub rest 0 3 with
| "def" -> definition ~path ~line ~col
| "hov" -> hover ~path ~line ~col
| "com" ->
let currentFile, cout = Filename.open_temp_file "def" "txt" in
lines
Loading