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

1.1     ! moko        1: Content-Type: text/html
        !             2: Content-Length: 1307
        !             3: 
        !             4: Code coverage tests:
        !             5: Type: parser.runtime,
        !             6: Source: wrong,
        !             7: Comment: must be 'hash', 'table' or 'string'
        !             8: Type: parser.runtime,
        !             9: Source: hash,
        !            10: Comment: 'type' must be string
        !            11: Type: parser.runtime,
        !            12: Source: hash,
        !            13: Comment: called with invalid option
        !            14: Type: parser.runtime,
        !            15: Source: hash,
        !            16: Comment: options must be hash
        !            17: Type: parser.runtime,
        !            18: Source: hash,
        !            19: Comment: value field(s) must be string or table or code
        !            20: Type: parser.runtime,
        !            21: Source: hash,
        !            22: Comment: you can specify only one value field with option $.type[string]
        !            23: Type: parser.runtime,
        !            24: Source: hash,
        !            25: Comment: you can't specify $.type[] if value is code
        !            26: Valid calls tests:
        !            27: {
        !            28: "1":{
        !            29: "id":"1",
        !            30: "price":"6.50"
        !            31: },
        !            32: "2":{
        !            33: "id":"2",
        !            34: "price":"70.00"
        !            35: },
        !            36: "3":{
        !            37: "id":"3",
        !            38: "price":"60.85"
        !            39: }
        !            40: }
        !            41: {
        !            42: "1":[
        !            43: {"id":"1","price":"6.50"}
        !            44: ],
        !            45: "2":[
        !            46: {"id":"2","price":"70.00"}
        !            47: ],
        !            48: "3":[
        !            49: {"id":"3","price":"60.85"}
        !            50: ]
        !            51: }
        !            52: {
        !            53: "1":{
        !            54: "price":"6.50"
        !            55: },
        !            56: "2":{
        !            57: "price":"70.00"
        !            58: },
        !            59: "3":{
        !            60: "price":"60.85"
        !            61: }
        !            62: }
        !            63: {
        !            64: "id":{
        !            65: "price":"6.50"
        !            66: }
        !            67: }
        !            68: {
        !            69: "1":{
        !            70: "id":"1",
        !            71: "price":"6.50"
        !            72: },
        !            73: "2":{
        !            74: "id":"2",
        !            75: "price":"70.00"
        !            76: },
        !            77: "3":{
        !            78: "id":"3",
        !            79: "price":"60.85"
        !            80: }
        !            81: }
        !            82: {
        !            83: "id":{
        !            84: "id":"1",
        !            85: "price":"6.50"
        !            86: }
        !            87: }
        !            88: New functionality tests:
        !            89: {
        !            90: "=1=":"1 - 6.50",
        !            91: "=2=":"2 - 70.00",
        !            92: "=3=":"3 - 60.85"
        !            93: }
        !            94: {
        !            95: "1":"1 - 6.50",
        !            96: "2":"2 - 70.00",
        !            97: "3":"3 - 60.85"
        !            98: }
        !            99: {
        !           100: "id":"code"
        !           101: }
        !           102: {
        !           103: "1":{
        !           104: "key":"6.50"
        !           105: },
        !           106: "2":{
        !           107: "key":"70.00"
        !           108: },
        !           109: "3":{
        !           110: "key":"60.85"
        !           111: }
        !           112: }

E-mail: