Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for c1f93c00 (0.07 sec)

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

    				in:            hex("c1f97c00"), // 1(Infinity)
    				want:          "0001-01-01T00:00:00Z",
    				fixme:         "decoding cbor data tagged with 1 produces time.Time instead of RFC3339 timestamp string",
    				assertOnError: assertNilError,
    			},
    			{
    				name:          "tag 1 with a negative infinity",
    				in:            hex("c1f9fc00"), // 1(-Infinity)
    				want:          "0001-01-01T00:00:00Z",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 22 18:43:10 UTC 2024
    - 25.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/serializer/cbor/internal/modes/appendixa_test.go

    			decoded: int64(-1000),
    		},
    		{
    			example: hex("f90000"),
    			decoded: 0.0,
    		},
    		{
    			example: hex("f98000"),
    			decoded: math.Copysign(0, -1),
    		},
    		{
    			example: hex("f93c00"),
    			decoded: 1.0,
    		},
    		{
    			example: hex("fb3ff199999999999a"),
    			decoded: 1.1,
    		},
    		{
    			example: hex("f93e00"),
    			decoded: 1.5,
    		},
    		{
    			example: hex("f97bff"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 15 18:59:36 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top