Skip to content

Commit c0388db

Browse files
committed
regen test after rebase
1 parent 4f8f6f6 commit c0388db

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

+6-2
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,16 @@ Completable: CjsxPropValue [CompletionSupport, TestComponent] test=T
3737
"kind": 4,
3838
"tags": [],
3939
"detail": "Two\n\ntype testVariant = One | Two | Three(int)",
40-
"documentation": null
40+
"documentation": null,
41+
"insertText": "Two",
42+
"insertTextFormat": 2
4143
}, {
4244
"label": "Three(_)",
4345
"kind": 4,
4446
"tags": [],
4547
"detail": "Three(int)\n\ntype testVariant = One | Two | Three(int)",
46-
"documentation": null
48+
"documentation": null,
49+
"insertText": "Three(${1:_})",
50+
"insertTextFormat": 2
4751
}]
4852

0 commit comments

Comments
 (0)