Annotation of parser3/tests/400.html, revision 1.2

1.1       moko        1: @main[]
                      2: 
                      3: 1: ^test[1]
                      4: 2: ^test[2]
                      5: X: ^test[X]
                      6: 4: ^test[4]
                      7: 5: ^test[5]
                      8: 
                      9: 1: ^test345[1]
                     10: 2: ^test345[2]
                     11: X: ^test345[X]
                     12: 4: ^test345[4]
                     13: 5: ^test345[5]
                     14: 
                     15: X: ^fail[X]
                     16: Y: ^fail[Y] ^rem{will work without OPTIMIZE_CALL}
                     17: 
1.2     ! moko       18: Z: ^gpf345[]
        !            19: 
1.1       moko       20: @test[value]
                     21: no result
                     22: ^if($value eq 'X'){
                     23:   ^return[]
                     24: }
                     25: 
                     26: $result[result]
                     27: 
                     28: 
                     29: @test345[value]
                     30: no result
                     31: ^if($value eq 'X'){
                     32:   ^return[]
                     33: }
                     34: 
                     35: $result[result]
                     36: result
                     37: 
                     38: 
                     39: @fail[value]
                     40: no result
                     41: ^if($value eq 'X'){
                     42:   ^return[]
                     43: }
                     44: 
                     45: $result[result]
1.2     ! moko       46: 
        !            47: @gpf345[]
        !            48: ^return{code}

E-mail: