File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 36
36
//// * /*11*/
37
37
//// */
38
38
39
+ //// /**
40
+ //// /*12*/
41
+ //// */
42
+
43
+ //// /**
44
+ //// * /*13*/
45
+ //// */
46
+
47
+ //// /**
48
+ //// * some comment /*14*/
49
+ //// */
50
+
51
+ //// /**
52
+ //// * @param /*15*/
53
+ //// */
54
+
39
55
goTo . marker ( '1' ) ;
40
56
verify . completionListContains ( "constructor" ) ;
41
57
verify . completionListContains ( "param" ) ;
@@ -76,3 +92,17 @@ verify.completionListContains("@returns");
76
92
goTo . marker ( '11' ) ;
77
93
verify . completionListCount ( 40 ) ;
78
94
verify . completionListContains ( "@argument" ) ;
95
+
96
+ goTo . marker ( '12' ) ;
97
+ verify . completionListCount ( 40 ) ;
98
+ verify . completionListContains ( "@constructor" ) ;
99
+
100
+ goTo . marker ( '13' ) ;
101
+ verify . completionListCount ( 40 ) ;
102
+ verify . completionListContains ( "@param" ) ;
103
+
104
+ goTo . marker ( '14' ) ;
105
+ verify . completionListIsEmpty ( ) ;
106
+
107
+ goTo . marker ( '15' ) ;
108
+ verify . completionListIsEmpty ( ) ;
You can’t perform that action at this time.
0 commit comments