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

Function TestSortSame

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

Source from the content-addressed store, hash-verified

588}
589
590func TestSortSame(t *testing.T) {
591 testSameMarshal(t, &TsortName{C: "foo", B: 12}, &XsortName{C: "foo", B: 12})
592}
593
594func TestEncodeRenamedByteSlice(t *testing.T) {
595 expect := `{"X":"YWJj"}`

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…