Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onetwovaluethree (0.29 sec)

  1. pkg/collateral/control_test.go

    			args: args{
    				flatMap: map[string]string{
    					"one.two.valuethree":      "onetwovaluethree",
    					"one.two.three.valuefour": "onetwothreevaluefour",
    					"extra":                   "thing",
    				},
    			},
    			wantResult: map[string]any{
    				"one": map[string]any{
    					"two": map[string]any{
    						"valuethree": "onetwovaluethree",
    						"three": map[string]any{
    							"valuefour": "onetwothreevaluefour",
    						},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 24 14:06:41 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top