Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestPathV (0.32 sec)

  1. operator/pkg/util/path_test.go

    				t.Errorf("%s: expect %v %v %v got %v %v %v", tt.desc, tt.wantK, tt.wantV, tt.wantErr, k, v, err)
    			}
    		})
    	}
    }
    
    func TestPathV(t *testing.T) {
    	tests := []struct {
    		desc string
    		in   string
    		want string
    		err  error
    	}{
    		{
    			desc: "valid-kv",
    			in:   "[1:2]",
    			want: "1:2",
    			err:  nil,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Aug 29 00:15:38 UTC 2020
    - 6.7K bytes
    - Viewed (0)
Back to top