LambdaS5 icon indicating copy to clipboard operation
LambdaS5 copied to clipboard

08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js

Open jpolitz opened this issue 14 years ago • 0 comments

Odd... The test reports an error but I think it's wrong:

test: function testcase() { if (x == undefined) { $ERROR("x == undefined, but actual is "+ x); }

var x = true; var y = true }

I think that x should be undefined up top.

jpolitz avatar May 18 '11 18:05 jpolitz