LambdaS5
LambdaS5 copied to clipboard
08_Types/8.3_The_Boolean_Type/S8.3_A1_T1.js
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.