File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636//// * /*11*/
3737//// */
3838
39+ //// /**
40+ //// /*12*/
41+ //// */
42+
43+ //// /**
44+ //// * /*13*/
45+ //// */
46+
47+ //// /**
48+ //// * some comment /*14*/
49+ //// */
50+
51+ //// /**
52+ //// * @param /*15*/
53+ //// */
54+
3955goTo . marker ( '1' ) ;
4056verify . completionListContains ( "constructor" ) ;
4157verify . completionListContains ( "param" ) ;
@@ -76,3 +92,17 @@ verify.completionListContains("@returns");
7692goTo . marker ( '11' ) ;
7793verify . completionListCount ( 40 ) ;
7894verify . 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