MCPcopy Create free account
hub / github.com/buger/jsonparser / escapedUnicodeRuneTest

Struct escapedUnicodeRuneTest

escape_test.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type escapedUnicodeRuneTest struct {
24 in string
25 isErr bool
26 out rune
27 len int
28}
29
30var commonUnicodeEscapeTests = []escapedUnicodeRuneTest{
31 {in: `\u0041`, out: 'A', len: 6},

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected