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

Function TestStringOneByteUTF8

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

Source from the content-addressed store, hash-verified

51}
52
53func TestStringOneByteUTF8(t *testing.T) {
54 testExpectedXVal(t,
55 ", one-byte UTF-8",
56 `\u002c one-byte UTF-8`,
57 &Xstring{})
58}
59
60func TestStringUtf8Escape(t *testing.T) {
61 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…