Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make NestedNumberAsFloat64 accuracy test architecture-neutral.
NestedNumberAsFloat64 will convert int64s to float64 only if the int64 value can be represented exactly by a float64. The original test for this property used a roundtrip conversion from int64 to float64 and back, and the behavior of these conversions is inconsistent across architectures. Kubernetes-commit: e413e026a3949bdf1a83c762bb6d9275aed61f57
- Loading branch information