MCPcopy
hub / github.com/pquerna/ffjson / TestStringNull

Function TestStringNull

tests/ff_string_test.go:114–119  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

112}
113
114func TestStringNull(t *testing.T) {
115 testExpectedXValBare(t,
116 "foobar",
117 `null`,
118 &Xstring{X: "foobar"})
119}
120
121func TestStringQuoted(t *testing.T) {
122 ver := runtime.Version()

Callers

nothing calls this directly

Calls 1

testExpectedXValBareFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…