michael@0: function reportCompare (expected, actual) { michael@0: return expected != actual; michael@0: } michael@0: michael@0: function wrap() { michael@0: reportCompare(true, true); michael@0: } michael@0: michael@0: reportCompare('', ''); michael@0: wrap();