summaryrefslogtreecommitdiffhomepage
path: root/tests/custom/04_bugs/28_null_equality
AgeCommit message (Collapse)Author
2022-01-26vm: fix `null` loose equality/inequality checksJo-Philipp Wich
The current implementation incorrectly yielded `true` for `0 == null` but only `null` must be equal to `null`. Signed-off-by: Jo-Philipp Wich <jo@mein.io>