MCPcopy
hub / github.com/pquerna/ffjson / TestForceStringTaggedEscape

Function TestForceStringTaggedEscape

tests/ff_test.go:580–582  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

578}
579
580func TestForceStringTaggedEscape(t *testing.T) {
581 testSameMarshal(t, &TstringTagged{X: `"`}, &XstringTagged{X: `"`})
582}
583
584func TestForceStringTaggedDecoder(t *testing.T) {
585 testCycle(t, &TstringTagged{}, &XstringTagged{})

Callers

nothing calls this directly

Calls 1

testSameMarshalFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…