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

1.1     ! moko        1: Content-Type: text/html
        !             2: Content-Length: 509
        !             3: 
        !             4: Constructors as methods:
        !             5: 1. table cleared: []
        !             6: 2. hash kept: {
        !             7: "1":"1",
        !             8: "2":"2"
        !             9: }
        !            10: or added : {
        !            11: "1":"1",
        !            12: "2":"2",
        !            13: "3":"3"
        !            14: }
        !            15: or ignored {
        !            16: "1":"1",
        !            17: "2":"2",
        !            18: "3":"3"
        !            19: }
        !            20: 3. array kept: [
        !            21: "1",
        !            22: "2"
        !            23: ]
        !            24: or added: [
        !            25: "1",
        !            26: "2",
        !            27: "3"
        !            28: ]
        !            29: or fail: Exception type: parser.runtime,
        !            30: Source: create,
        !            31: Comment: source and destination are the same array
        !            32: 4. array kept: [
        !            33: "1",
        !            34: "2",
        !            35: "3"
        !            36: ]
        !            37: or added: [
        !            38: "1",
        !            39: "2",
        !            40: "3",
        !            41: "4"
        !            42: ]
        !            43: or nested: Exception type: parser.runtime,
        !            44: Source: string,
        !            45: Comment: call canceled - endless json recursion detected

E-mail: