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

Function TestString4ByteSurrogate

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

Source from the content-addressed store, hash-verified

105}
106
107func TestString4ByteSurrogate(t *testing.T) {
108 testExpectedXVal(t,
109 "𝄞 surrogate, four-byte UTF-8",
110 `\uD834\uDD1E surrogate, four-byte UTF-8`,
111 &Xstring{})
112}
113
114func TestStringNull(t *testing.T) {
115 testExpectedXValBare(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…