Annotation of parser3/tests/results/239.processed, revision 1.1

1.1     ! misha       1: Content-Type: text/html
        !             2: Content-Length: 535
        !             3: 
        !             4: <h2>without @OPTIONS (==any):</h2>
        !             5: m00 (any)
        !             6: <br />
        !             7: static:m01 (static)
        !             8: <br />
        !             9: m00 (any)
        !            10: <br />
        !            11: parser.runtime m01 is not allowed to be called dynamically
        !            12: <br />
        !            13: <hr />
        !            14: <h2>@OPTIONS static:</h2>
        !            15: m02 (static)
        !            16: <br />
        !            17: static:m03 (static)
        !            18: <br />
        !            19: parser.runtime create method is static and can not be used as constructor
        !            20: <br />
        !            21: <hr />
        !            22: <h2>@OPTIONS dynamic:</h2>
        !            23: parser.runtime m04 is not allowed to be called statically
        !            24: <br />
        !            25: static:m05 (static)
        !            26: <br />
        !            27: m04 (dynamic)
        !            28: <br />
        !            29: parser.runtime m05 is not allowed to be called dynamically
        !            30: <br />

E-mail: