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

Function TestStringSomeUTF8

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

Source from the content-addressed store, hash-verified

91}
92
93func TestStringSomeUTF8(t *testing.T) {
94 testExpectedXVal(t,
95 `€þıœəßð some utf-8 ĸʒ×ŋµåäö𝄞`,
96 `€þıœəßð some utf-8 ĸʒ×ŋµåäö𝄞`,
97 &Xstring{})
98}
99
100func TestBytesInString(t *testing.T) {
101 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…