MCPcopy Index your code
hub / github.com/pquerna/ffjson / TestInvalidASCIIUnicodeIdentifier

Function TestInvalidASCIIUnicodeIdentifier

tests/ff_invalid_test.go:38–43  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

36}
37
38func TestInvalidASCIIUnicodeIdentifier(t *testing.T) {
39 testExpectedError(t,
40 &fflib.LexerError{},
41 `aå`,
42 &Xstring{})
43}
44
45func TestInvalidBraceComma(t *testing.T) {
46 testExpectedError(t,

Callers

nothing calls this directly

Calls 1

testExpectedErrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…