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

1.1       moko        1: @main[]
                      2: 
1.2     ! moko        3: broken ^^break[] demos (code worked until first method call returns):
1.1       moko        4: 
                      5: 1. in STRING_POOL
                      6: 
                      7: ^while(1){
                      8:        $demo[yes^break[]no]
                      9:        ^method[1]
                     10:        ^method[2]
                     11: }
1.2     ! moko       12: first break demo: "$demo"
1.1       moko       13: 
                     14: 2. in CONSTRUCT_OBJECT
                     15: ^while(1){
                     16:        $o[^O::create[]]
                     17:        ^method[1]
                     18:        ^method[2]
                     19: }
1.2     ! moko       20: first break demo: "$demo"
1.1       moko       21: 
                     22: 3. code in variable bug:
                     23: 
                     24: ^while(1){
                     25:        $demo{yes^break[]no}
                     26:        $demo
                     27:        ^method[1]
                     28:        ^method[2]
                     29: }
                     30: 
                     31: @method[s]
                     32: debug $s
                     33: 
                     34: @CLASS
                     35: O
                     36: 
                     37: @create[]
                     38: $MAIN:demo[yes]
                     39: ^break[]
                     40: $MAIN:demo[no]

E-mail: