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

Function TestStringUtf8Escape

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

Source from the content-addressed store, hash-verified

58}
59
60func TestStringUtf8Escape(t *testing.T) {
61 testExpectedXVal(t,
62 "2ħ籦ö嗏ʑ>嫀",
63 `2ħ籦ö嗏ʑ\u003e嫀`,
64 &Xstring{})
65}
66
67func TestStringTwoByteUTF8(t *testing.T) {
68 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…