MCPcopy Create free account
hub / github.com/pquerna/ffjson / TestBytesInString

Function TestBytesInString

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

Source from the content-addressed store, hash-verified

98}
99
100func TestBytesInString(t *testing.T) {
101 testExpectedXVal(t,
102 string('\xff')+` <- xFF byte`,
103 string('\xff')+` <- xFF byte`,
104 &Xstring{})
105}
106
107func TestString4ByteSurrogate(t *testing.T) {
108 testExpectedXVal(t,

Callers

nothing calls this directly

Calls 1

testExpectedXValFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…