Skip to content

Commit 9be14ea

Browse files
committed
commit OK output
1 parent 0eaab4d commit 9be14ea

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

analysis/tests-generic-jsx-transform/src/expected/GenericJsxCompletion.res.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ posCursor:[0:8] posNoWhite:[0:6] Found expr:[0:4->0:7]
33
JSX <div:[0:4->0:7] > _children:None
44
Completable: Cjsx([div], "", [])
55
Package opens Pervasives.JsxModules.place holder
6-
Resolved opens 1 pervasives
6+
Resolved opens 1 pervasives.res
77
Path GenericJsx.Elements.props
88
[{
99
"label": "testing",
@@ -30,7 +30,7 @@ posCursor:[3:17] posNoWhite:[3:16] Found expr:[3:4->3:18]
3030
JSX <div:[3:4->3:7] testing[3:8->3:15]=...[3:16->3:18]> _children:None
3131
Completable: Cexpression CJsxPropValue [div] testing->recordBody
3232
Package opens Pervasives.JsxModules.place holder
33-
Resolved opens 1 pervasives
33+
Resolved opens 1 pervasives.res
3434
ContextPath CJsxPropValue [div] testing
3535
Path GenericJsx.Elements.props
3636
[{
@@ -59,7 +59,7 @@ posCursor:[14:21] posNoWhite:[14:20] Found expr:[14:7->22:10]
5959
posCursor:[14:21] posNoWhite:[14:20] Found expr:[14:7->14:21]
6060
Completable: Cpath Value[someString]->st <<jsx>>
6161
Package opens Pervasives.JsxModules.place holder
62-
Resolved opens 1 pervasives
62+
Resolved opens 1 pervasives.res
6363
ContextPath Value[someString]->st <<jsx>>
6464
ContextPath Value[someString]
6565
Path someString
@@ -108,7 +108,7 @@ posCursor:[20:24] posNoWhite:[20:23] Found expr:[20:10->20:24]
108108
Completable: Cpath Value[someString]->st <<jsx>>
109109
Raw opens: 1 GenericJsx.place holder
110110
Package opens Pervasives.JsxModules.place holder
111-
Resolved opens 2 pervasives GenericJsx.res
111+
Resolved opens 2 pervasives.res GenericJsx.res
112112
ContextPath Value[someString]->st <<jsx>>
113113
ContextPath Value[someString]
114114
Path someString

analysis/tests-generic-jsx-transform/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
for file in src/*.res; do
22
output="$(dirname $file)/expected/$(basename $file).txt"
3-
../../rescript-editor-analysis.exe test $file &> $output
3+
../../_build/install/default/bin/rescript-editor-analysis test $file &> $output
44
# CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
55
if [ "$RUNNER_OS" == "Windows" ]; then
66
perl -pi -e 's/\r\n/\n/g' -- $output

analysis/tests-incremental-typechecking/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
for file in src/*.res; do
22
output="$(dirname $file)/expected/$(basename $file).txt"
3-
../../rescript-editor-analysis.exe test $file &> $output
3+
../../_build/install/default/bin/rescript-editor-analysis test $file &> $output
44
# CI. We use LF, and the CI OCaml fork prints CRLF. Convert.
55
if [ "$RUNNER_OS" == "Windows" ]; then
66
perl -pi -e 's/\r\n/\n/g' -- $output

0 commit comments

Comments
 (0)