Files
releases/v1/tester
Victor 69d2cc04a0 tester: make Result JSON round-trippable (#8946)
## Summary
- add a concrete JSON unmarshal path for tester.Result errors
- preserve the existing marshaled output byte-for-byte
- reconstruct structured topdown errors from opa test --format json
output

Fixes #8014

## Testing
- go test -count=1 ./v1/tester/... ./tester/...
- go test -count=1 ./cmd/...
- go build ./...
- go vet ./v1/tester/... ./tester/... ./cmd/...
- gofmt check on the changed Go files

Signed-off-by: Victor Solano <victor.solanonunez@gmail.com>
2026-07-27 16:24:57 -05:00
..