Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for c06474657874 (0.09 sec)

  1. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/decode_test.go

    				assertOnError: assertErrorMessage("cbor: tag number 0 must be followed by text string, got byte string"),
    			},
    			{
    				name:          "tag 0 non-RFC3339 text string",
    				in:            hex("c06474657874"), // 0("text")
    				assertOnError: assertErrorMessage(`cbor: cannot set text for time.Time: parsing time "text" as "2006-01-02T15:04:05Z07:00": cannot parse "text" as "2006"`),
    			},
    		})
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
Back to top