depressing sonic json decoder implementation, breakingly force COUNT to use a single filter, reorganize envelope tests.

This commit is contained in:
fiatjaf
2025-03-06 19:34:36 -03:00
parent ec55b1fac8
commit c9411a3c5b
11 changed files with 574 additions and 540 deletions

View File

@@ -42,3 +42,5 @@ func TestSubIdExtract(t *testing.T) {
require.Equal(t, "xxz", extractSubID(data))
}
}
func ptr[S any](s S) *S { return &s }