--- parser3/tests/229.html 2009/08/24 08:42:36 1.3 +++ parser3/tests/229.html 2012/05/07 20:26:37 1.6 @@ -3,7 +3,10 @@ ^do{^if(true)} ^do{^if(true){1}} ^do{^if(true){1}{2}} -^do{^if(true){1}{2}{3}} +^do{^if(false){1}(true){3}} +^do{^if(false){1}(true){3}{4}} +^do{^if(false){1}(false){3}} +^do{^if(false){1}(false){3}{4}}
^do{^for[]} @@ -25,12 +28,16 @@ ^do{^method(1)} ^do{^method(1){1}} ^do{^method(1){1}{2}} - - +^do{^method_no_args[1]} +^do{^method_no_args(1)} +^do{^method_no_args[]} +^do{^method_no_args{}} @do[jCode] ^try{$jCode}{$exception.handled(true)$exception.source $exception.comment}
- @method[a;b] $a=$b + +@method_no_args[] +void