File tree 1 file changed +33
-0
lines changed
1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change 11
11
//// <butto/*1*/
12
12
//// </>;
13
13
//// }
14
+ ////function fn2() {
15
+ //// return <>
16
+ //// preceding junk <butto/*2*/
17
+ //// </>;
18
+ //// }
19
+ ////function fn3() {
20
+ //// return <>
21
+ //// <butto/*3*/ style=""
22
+ //// </>;
23
+ //// }
24
+
14
25
15
26
16
27
verify . completions (
@@ -25,4 +36,26 @@ verify.completions(
25
36
includeCompletionsWithInsertText : true ,
26
37
}
27
38
} ,
39
+ {
40
+ marker : "2" ,
41
+ includes : [
42
+ { name : "button" , insertText : undefined , isSnippet : undefined }
43
+ ] ,
44
+ preferences : {
45
+ jsxAttributeCompletionStyle : "braces" ,
46
+ includeCompletionsWithSnippetText : true ,
47
+ includeCompletionsWithInsertText : true ,
48
+ }
49
+ } ,
50
+ {
51
+ marker : "3" ,
52
+ includes : [
53
+ { name : "button" , insertText : undefined , isSnippet : undefined }
54
+ ] ,
55
+ preferences : {
56
+ jsxAttributeCompletionStyle : "braces" ,
57
+ includeCompletionsWithSnippetText : true ,
58
+ includeCompletionsWithInsertText : true ,
59
+ }
60
+ } ,
28
61
) ;
You can’t perform that action at this time.
0 commit comments