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

Function TestStringTwoByteUTF8

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

Source from the content-addressed store, hash-verified

65}
66
67func TestStringTwoByteUTF8(t *testing.T) {
68 testExpectedXVal(t,
69 "ģ two-byte UTF-8",
70 `\u0123 two-byte UTF-8`,
71 &Xstring{})
72}
73
74func TestStringThreeByteUTF8(t *testing.T) {
75 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…