Skip to content

Commit 9451cd2

Browse files
committed
Update tests with location changes
1 parent 9b96ef1 commit 9451cd2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tests/analysis_tests/tests/src/expected/Completion.res.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,7 @@ Path Objects.Rec.
963963

964964
Complete src/Completion.res 120:7
965965
posCursor:[120:7] posNoWhite:[120:6] Found expr:[119:11->123:1]
966-
posCursor:[120:7] posNoWhite:[120:6] Found expr:[120:5->123:0]
966+
posCursor:[120:7] posNoWhite:[120:6] Found expr:[120:5->122:8]
967967
posCursor:[120:7] posNoWhite:[120:6] Found expr:[120:5->120:7]
968968
Pexp_ident my:[120:5->120:7]
969969
Completable: Cpath Value[my]

tests/analysis_tests/tests/src/expected/Fragment.res.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Hover src/Fragment.res 6:19
33

44
Hover src/Fragment.res 9:56
55
Nothing at that position. Now trying to use completion.
6-
posCursor:[9:56] posNoWhite:[9:55] Found expr:[9:9->11:0]
6+
posCursor:[9:56] posNoWhite:[9:55] Found expr:[9:9->9:70]
77
posCursor:[9:56] posNoWhite:[9:55] Found expr:[9:13->9:66]
88
JSX <SectionHeader:[9:13->9:26] > _children:9:26
99
null

tests/analysis_tests/tests/src/expected/Jsx2.res.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ Path Nested.
534534

535535
Hover src/Jsx2.res 162:12
536536
Nothing at that position. Now trying to use completion.
537-
posCursor:[162:12] posNoWhite:[162:11] Found expr:[162:2->164:0]
537+
posCursor:[162:12] posNoWhite:[162:11] Found expr:[162:2->162:24]
538538
posCursor:[162:12] posNoWhite:[162:11] Found expr:[162:6->162:20]
539539
JSX <Comp:[162:6->162:10] age[162:11->162:14]=...[162:15->162:17]> _children:162:18
540540
Completable: Cjsx([Comp], age, [age])
@@ -545,7 +545,7 @@ Path Comp.make
545545

546546
Hover src/Jsx2.res 167:16
547547
Nothing at that position. Now trying to use completion.
548-
posCursor:[167:16] posNoWhite:[167:15] Found expr:[167:2->169:0]
548+
posCursor:[167:16] posNoWhite:[167:15] Found expr:[167:2->167:33]
549549
posCursor:[167:16] posNoWhite:[167:15] Found expr:[167:6->167:28]
550550
posCursor:[167:16] posNoWhite:[167:15] Found expr:[167:10->167:24]
551551
JSX <Comp:[167:10->167:14] age[167:15->167:18]=...[167:19->167:21]> _children:167:22

0 commit comments

Comments
 (0)