MCPcopy Create free account
hub / github.com/expr-lang/expr / TestJSONEq_Array

Function TestJSONEq_Array

internal/testify/assert/assertions_test.go:2214–2217  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

2212}
2213
2214func TestJSONEq_Array(t *testing.T) {
2215 mockT := new(testing.T)
2216 True(t, JSONEq(mockT, `["foo", {"hello": "world", "nested": "hash"}]`, `["foo", {"nested": "hash", "hello": "world"}]`))
2217}
2218
2219func TestJSONEq_HashAndArrayNotEquivalent(t *testing.T) {
2220 mockT := new(testing.T)

Callers

nothing calls this directly

Calls 2

TrueFunction · 0.70
JSONEqFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…