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

1.1       moko        1: @main[]
                      2: 
                      3: $o[^O::create[]]
                      4: object: ^show[$o]
                      5: class: ^show[$O:CLASS]
                      6: 
                      7: ^process{@CLASS
                      8: P
                      9: 
                     10: ^@create[]
                     11: }[ $.file[process.p] ]
                     12: 
                     13: $p[^P::create[]]
                     14: process object: ^show[$p]
                     15: process class: ^show[$P:CLASS]
                     16: 
                     17: ^process{@CLASS
                     18: P2
                     19: 
                     20: ^@create[]
                     21: }
                     22: process without file specified: ^show[$P2:CLASS]
                     23: 
1.2     ! moko       24: parser method: "^show[$show]"
        !            25: native method: "^show[$string:length]"
        !            26: code: ^try-catch{
        !            27:     $v[^reflection:filename{code}]
1.1       moko       28: }
                     29: 
                     30: @show[o]
                     31: $v[^reflection:filename[$o]]
1.2     ! moko       32: $result[^v.match[^^.+/][]{/-real-path-was-here-/}]
1.1       moko       33: 
                     34: @CLASS
                     35: O
                     36: 
                     37: @create[]

E-mail: