MCPcopy Create free account
hub / github.com/barnybug/cli53 / parsingError

Function parsingError

util_test.go:43–46  ·  view source on GitHub ↗
(input string)

Source from the content-addressed store, hash-verified

41}
42
43func parsingError(input string) error {
44 _, err := ParseKeyValues(input)
45 return err
46}
47
48func TestParseKeyValuesErrors(t *testing.T) {
49 assert.Error(t, parsingError(""))

Callers 1

TestParseKeyValuesErrorsFunction · 0.85

Calls 1

ParseKeyValuesFunction · 0.85

Tested by

no test coverage detected