Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 80u (0.45 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		{decQuantity(108, -8, DecimalSI), "1080n", ""},
    		{decQuantity(10800, -10, DecimalSI), "1080n", ""},
    		{decQuantity(1, -6, DecimalSI), "1u", ""},
    		{decQuantity(80, -6, DecimalSI), "80u", ""},
    		{decQuantity(1080, -6, DecimalSI), "1080u", ""},
    	}
    	for _, item := range table {
    		got := item.in.String()
    		if e, a := item.expect, got; e != a {
    			t.Errorf("%#v: expected %v, got %v", item.in, e, a)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
Back to top