Skip to content

Commit f8c2dfd

Browse files
committed
Switch tests onto v11 alpha.
1 parent 7ebb0cb commit f8c2dfd

28 files changed

+388
-78
lines changed

analysis/tests/package-lock.json

Lines changed: 7 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

analysis/tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"@rescript/react": "^0.11.0-rc.3"
99
},
1010
"dependencies": {
11-
"rescript": "^10.1.4"
11+
"rescript": "^11.0.0-alpha.1"
1212
}
1313
}

analysis/tests/src/expected/BrokenParserCases.res.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ posCursor:[2:24] posNoWhite:[2:23] Found expr:[2:11->2:30]
33
Pexp_apply ...[2:11->2:17] (~isOff2:19->2:24=...[2:27->2:29])
44
Completable: CnamedArg(Value[someFn], isOff, [isOff])
55
Package opens Pervasives.JsxModules.place holder
6+
Resolved opens 1 pervasives.res
67
ContextPath Value[someFn]
78
Path someFn
89
[]
@@ -11,6 +12,7 @@ Complete src/BrokenParserCases.res 6:17
1112
posCursor:[6:17] posNoWhite:[6:16] Found pattern:[6:16->6:19]
1213
Completable: Cpattern Value[s]=t
1314
Package opens Pervasives.JsxModules.place holder
15+
Resolved opens 1 pervasives.res
1416
ContextPath Value[s]
1517
Path s
1618
[]
@@ -21,6 +23,7 @@ posCursor:[10:29] posNoWhite:[10:27] Found pattern:[10:24->10:28]
2123
Ppat_construct None:[10:24->10:28]
2224
Completable: Cpath Value[None]
2325
Package opens Pervasives.JsxModules.place holder
26+
Resolved opens 1 pervasives.res
2427
ContextPath Value[None]
2528
Path None
2629
[]

analysis/tests/src/expected/CompletePrioritize1.res.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Complete src/CompletePrioritize1.res 5:6
22
posCursor:[5:6] posNoWhite:[5:5] Found expr:[5:3->0:-1]
33
Completable: Cpath Value[a]->
44
Package opens Pervasives.JsxModules.place holder
5+
Resolved opens 1 pervasives.res
56
ContextPath Value[a]->
67
ContextPath Value[a]
78
Path a

analysis/tests/src/expected/CompletePrioritize2.res.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ Complete src/CompletePrioritize2.res 9:7
22
posCursor:[9:7] posNoWhite:[9:6] Found expr:[9:3->0:-1]
33
Completable: Cpath Value[ax]->
44
Package opens Pervasives.JsxModules.place holder
5+
Resolved opens 1 pervasives.res
56
ContextPath Value[ax]->
67
ContextPath Value[ax]
78
Path ax
@@ -22,6 +23,7 @@ posCursor:[12:5] posNoWhite:[12:4] Found expr:[12:3->12:5]
2223
Pexp_ident ax:[12:3->12:5]
2324
Completable: Cpath Value[ax]
2425
Package opens Pervasives.JsxModules.place holder
26+
Resolved opens 1 pervasives.res
2527
ContextPath Value[ax]
2628
Path ax
2729
[{

0 commit comments

Comments
 (0)