MCPcopy Create free account
hub / github.com/google/go-querystring / TestValues_InvalidInput

Function TestValues_InvalidInput

query/encode_test.go:427–432  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

425}
426
427func TestValues_InvalidInput(t *testing.T) {
428 _, err := Values("")
429 if err == nil {
430 t.Errorf("expected Values() to return an error on invalid input")
431 }
432}
433
434// customEncodedStrings is a slice of strings with a custom URL encoding
435type customEncodedStrings []string

Callers

nothing calls this directly

Calls 1

ValuesFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…