File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
//// function foo(a?,b?) { b(a); }
4
4
////
5
- //// (foo)(1, function() {/*4_0 */
5
+ //// (foo)(1, function() {/*4_1 */
6
6
//// });
7
7
////
8
8
//// // No line-breaks in the expression part of the call expression
20
20
//// // Contains line-breaks in the expression part of the call expression.
21
21
////
22
22
//// (
23
- //// foo)(1, function () {/*4_1 */
23
+ //// foo)(1, function () {/*8_4 */
24
24
//// });
25
25
//// (foo
26
26
//// )(1, function () {/*4_3*/
38
38
//// {/*4_4*/
39
39
//// });
40
40
41
- for ( let i = 0 ; i < 5 ; ++ i ) {
41
+ for ( let i = 1 ; i < 5 ; ++ i ) {
42
42
goTo . marker ( `4_${ i } ` ) ;
43
43
edit . insertLine ( "" ) ;
44
44
verify . indentationIs ( 4 ) ;
45
45
}
46
46
47
- for ( let i = 1 ; i < 4 ; ++ i ) {
47
+ for ( let i = 1 ; i < 5 ; ++ i ) {
48
48
goTo . marker ( `8_${ i } ` ) ;
49
49
edit . insertLine ( "" ) ;
50
50
verify . indentationIs ( 8 ) ;
51
- }
51
+ }
You can’t perform that action at this time.
0 commit comments