Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This test is currently using an invalid map key type (int instead of string) for indexing and comparing two `null` values. It was valid in older versions where maps were represented as lists, but became invalid when we switched to a map type. Also updated the length check to rule out the case where lists have the same length, but both are wrong. Syncs cl/504248137 with some changes.
- Loading branch information