File tree 3 files changed +6
-6
lines changed
tests/analysis_new_tests/tests/test_files
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -385,7 +385,7 @@ let test ~path =
385
385
Sys. remove currentFile
386
386
| "crm" ->
387
387
print_endline
388
- (" Complete Revamped " ^ path ^ " " ^ string_of_int line ^ " :"
388
+ (" Complete " ^ path ^ " " ^ string_of_int line ^ " :"
389
389
^ string_of_int col);
390
390
let currentFile = createCurrentFile () in
391
391
completionRevamped ~debug: true ~path ~pos: (line, col) ~current File;
Original file line number Diff line number Diff line change 1
1
// == TEST: Record field completion in nested record
2
2
let x = TestTypeDefs .nestedTestRecord .
3
- // ^com
3
+ // ^crm
4
4
5
5
// == TEST: Record field completion in nested record, another level
6
6
let x = TestTypeDefs .nestedTestRecord .nested .
7
- // ^com
7
+ // ^crm
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ let someStringArr = ["hello"]
3
3
4
4
let x = switch someStringArr {
5
5
|
6
- // ^com
6
+ // ^crm
7
7
}
8
8
9
9
// == TEST: Empty case, record
10
10
let x = switch TestTypeDefs .nestedTestRecord {
11
11
|
12
- // ^com
12
+ // ^crm
13
13
}
14
14
15
15
// == TEST: Empty case, bool
16
16
let x = switch true {
17
17
|
18
- // ^com
18
+ // ^crm
19
19
}
You can’t perform that action at this time.
0 commit comments