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

Function TestStringThreeByteUTF8

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

Source from the content-addressed store, hash-verified

72}
73
74func TestStringThreeByteUTF8(t *testing.T) {
75 testExpectedXVal(t,
76 "ࠡ three-byte UTF-8",
77 `\u0821 three-byte UTF-8`,
78 &Xstring{})
79}
80
81func TestStringEsccapes(t *testing.T) {
82 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…