Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This reason of this broken test is: When encoding a map, the JSON encoder can't ensure that the order of map keys is the same on different platforms. So, I changed the maps in tests to maps that contains only one pair of kv. In this way, the result of encoding a map will be always the same. > Yeah. An ugly workaround but it works. Related issue: * erlang/otp#7851
- Loading branch information