test/script/basic/exprclosure.js.EXPECTED

changeset 963
e2497b11a021
parent 0
b1a7da25b547
     1.1 --- a/test/script/basic/exprclosure.js.EXPECTED	Wed Aug 20 10:25:28 2014 +0200
     1.2 +++ b/test/script/basic/exprclosure.js.EXPECTED	Wed Aug 20 10:26:01 2014 +0200
     1.3 @@ -1,4 +1,4 @@
     1.4 -function(x) x*x;
     1.5 +function(x) x*x
     1.6  625
     1.7 -function fun(x) x * (x + 1) / 2;
     1.8 +function fun(x) x * (x + 1) / 2
     1.9  55

mercurial