change code assertion to 6to5 output
This commit is contained in:
parent
4506e39cf5
commit
dea73b7186
@ -1,5 +1,5 @@
|
|||||||
var dynamicThisGetter = () => function () { return this; };
|
var dynamicThisGetter = () => function () { return this; };
|
||||||
assert.equal(
|
assert.equal(
|
||||||
normalize('('+dynamicThisGetter.toString()+')'),
|
'(' + dynamicThisGetter.toString() + ')',
|
||||||
normalize('(function(){ return function(){ return this; }; })')
|
'(function () {\n return function () {\n return this;\n };\n})'
|
||||||
);
|
);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user