Skip to content

Commit

Permalink
dont use empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
zth committed May 29, 2024
1 parent 648a264 commit 5a0fcc9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
3 changes: 1 addition & 2 deletions analysis/tests/src/CompletionExpressions.res
Original file line number Diff line number Diff line change
Expand Up @@ -379,8 +379,7 @@ let hook = (config: config) => {
}

let {name} = hook({
//
// ^com
// ^com
// ope
// ^com
includeName: true,
Expand Down
12 changes: 6 additions & 6 deletions analysis/tests/src/expected/CompletionExpressions.res.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1423,9 +1423,9 @@ Path someTyp
"documentation": {"kind": "markdown", "value": "```rescript\ntest: bool\n```\n\n```rescript\ntype someTyp = {test: bool}\n```"}
}]

Complete src/CompletionExpressions.res 381:5
posCursor:[381:5] posNoWhite:[381:-2] Found expr:[380:13->387:2]
Pexp_apply ...[380:13->380:17] (...[380:18->387:1])
Complete src/CompletionExpressions.res 380:22
posCursor:[380:22] posNoWhite:[380:18] Found expr:[380:13->386:2]
Pexp_apply ...[380:13->380:17] (...[380:18->386:1])
Completable: Cexpression CArgument Value[hook]($0)->recordBody
Raw opens: 1 CompletionSupport.place holder
Package opens Pervasives.JsxModules.place holder
Expand All @@ -1441,9 +1441,9 @@ Path hook
"documentation": {"kind": "markdown", "value": "```rescript\noperator?: [#\"and\" | #or]\n```\n\n```rescript\ntype config = {includeName: bool, operator: option<[#\"and\" | #or]>, showMore: bool}\n```"}
}]

Complete src/CompletionExpressions.res 383:8
posCursor:[383:8] posNoWhite:[383:7] Found expr:[380:13->387:2]
Pexp_apply ...[380:13->380:17] (...[380:18->387:1])
Complete src/CompletionExpressions.res 382:8
posCursor:[382:8] posNoWhite:[382:7] Found expr:[380:13->386:2]
Pexp_apply ...[380:13->380:17] (...[380:18->386:1])
Completable: Cexpression CArgument Value[hook]($0)=ope->recordBody
Raw opens: 1 CompletionSupport.place holder
Package opens Pervasives.JsxModules.place holder
Expand Down

0 comments on commit 5a0fcc9

Please sign in to comment.