Annotation of parser3/tests/results/451-curl.processed, revision 1.1

1.1     ! moko        1: Content-Type: text/html
        !             2: Content-Length: 2832
        !             3: 
        !             4: 1. <h2>curl</h2>
        !             5: --------------------------boundary-value
        !             6: Content-Disposition: form-data; name="f1_str"
        !             7: 
        !             8: plain field
        !             9: --------------------------boundary-value
        !            10: Content-Disposition: form-data; name="f2_doc"; filename="a.txt"
        !            11: Content-Type: application/octet-stream
        !            12: 
        !            13: aaa file A
        !            14: --------------------------boundary-value
        !            15: Content-Disposition: form-data; name="f3_tbl"
        !            16: 
        !            17: row-1
        !            18: --------------------------boundary-value
        !            19: Content-Disposition: form-data; name="f3_tbl"
        !            20: 
        !            21: row-2
        !            22: --------------------------boundary-value
        !            23: Content-Disposition: form-data; name="f4_files"; filename="a.txt"
        !            24: Content-Type: application/octet-stream
        !            25: 
        !            26: aaa file A
        !            27: --------------------------boundary-value
        !            28: Content-Disposition: form-data; name="f4_files"; filename="b.txt"
        !            29: Content-Type: application/octet-stream
        !            30: 
        !            31: bbb file B
        !            32: --------------------------boundary-value
        !            33: Content-Disposition: form-data; name="f5_pair"
        !            34: 
        !            35: one
        !            36: --------------------------boundary-value
        !            37: Content-Disposition: form-data; name="f5_pair"
        !            38: 
        !            39: two
        !            40: --------------------------boundary-value
        !            41: Content-Disposition: form-data; name="f6_mixed"; filename="b.txt"
        !            42: Content-Type: application/octet-stream
        !            43: 
        !            44: bbb file B
        !            45: --------------------------boundary-value
        !            46: Content-Disposition: form-data; name="f6_mixed"
        !            47: 
        !            48: mixed string
        !            49: --------------------------boundary-value--
        !            50: 
        !            51: <hr />
        !            52: 2. <h2>file</h2>
        !            53: ------------boundary-value
        !            54: Content-Disposition: form-data; name="f1_str"
        !            55: 
        !            56: plain field
        !            57: ------------boundary-value
        !            58: Content-Disposition: form-data; name="f2_doc"; filename="a.txt"
        !            59: Content-Type: application/octet-stream
        !            60: 
        !            61: aaa file A
        !            62: ------------boundary-value
        !            63: Content-Disposition: form-data; name="f3_tbl"
        !            64: 
        !            65: row-1
        !            66: ------------boundary-value
        !            67: Content-Disposition: form-data; name="f3_tbl"
        !            68: 
        !            69: row-2
        !            70: ------------boundary-value
        !            71: Content-Disposition: form-data; name="f4_files"; filename="a.txt"
        !            72: Content-Type: application/octet-stream
        !            73: 
        !            74: aaa file A
        !            75: ------------boundary-value
        !            76: Content-Disposition: form-data; name="f4_files"; filename="b.txt"
        !            77: Content-Type: application/octet-stream
        !            78: 
        !            79: bbb file B
        !            80: ------------boundary-value
        !            81: Content-Disposition: form-data; name="f5_pair"
        !            82: 
        !            83: one
        !            84: ------------boundary-value
        !            85: Content-Disposition: form-data; name="f5_pair"
        !            86: 
        !            87: two
        !            88: ------------boundary-value
        !            89: Content-Disposition: form-data; name="f6_mixed"; filename="b.txt"
        !            90: Content-Type: application/octet-stream
        !            91: 
        !            92: bbb file B
        !            93: ------------boundary-value
        !            94: Content-Disposition: form-data; name="f6_mixed"
        !            95: 
        !            96: mixed string
        !            97: ------------boundary-value--
        !            98: <hr />
        !            99: 3. exceptions:
        !           100: 3a: curl / bad element: Exception: is table, multiple values of form field 'field' must be strings or files
        !           101: 3b: curl / unsupported: Exception: is bool, form field value can be string, table, file, hash or array
        !           102: 3a: file / bad element: Exception: is table, multiple values of form field 'field' must be strings or files
        !           103: 3b: file / unsupported: Exception: is bool, form field value can be string, table, file, hash or array

E-mail: