Sebastian McKenzie 4ea9b9c028 better exec tests
2014-10-15 14:28:51 +11:00

5 lines
66 B
JavaScript

let x2;
assert.equal(undefined, x2);
x2 = 2;
assert.equal(2, x2);