netscape-revival
mocha/tests/popbool.js
if (null) print("ERROR: null converted to true in Boolean context!")
if (!null); else print("ERROR: !null converted to false in Boolean context!")
if (it); else print("ERROR: it converted to false in Boolean context!")
if (!it) print("ERROR: !it converted to true in Boolean context!")