Annotation of parser3/tests/results/165.processed, revision 1.5

1.2       misha       1: Content-Type: text/html
1.5     ! moko        2: Content-Length: 366
1.1       misha       3: 
                      4: ^while(true){.^break[].}:
                      5: 1,3,5,7,9
                      6: <hr />
                      7: ^while(1){.^break[].}:
                      8: 1,3,5,7,9
                      9: <hr />
                     10: ^while(1==1){.^break[].}:
                     11: 1,3,5,7,9
                     12: <hr />
                     13: ^while(true){w/o break}:
1.4       moko       14: Exception type: parser.runtime,
1.3       moko       15: Source: while,
                     16: Comment: endless loop detected
1.1       misha      17: <hr />
1.5     ! moko       18: ^for[i](1;100000){.}:
1.1       misha      19: ok
                     20: <hr />
1.5     ! moko       21: ^for[i](1;100001){.}:
1.4       moko       22: Exception type: parser.runtime,
1.3       moko       23: Source: for,
                     24: Comment: endless loop detected

E-mail: