Add base54.reset() to compress tests
Without this reset, char counts bleed to next tests. One test had a bad expect clause.
This commit is contained in:
@@ -84,5 +84,5 @@ eval_mangle: {
|
||||
return a + eval('c');
|
||||
}
|
||||
}
|
||||
expect_exact: 'function f1(n,c,e,a,o){return n("c")+c}function f2(a,b,c,d,e){return a+eval("c")}function f3(a,eval,c,d,e){return a+eval("c")}'
|
||||
expect_exact: 'function f1(n,c,e,a,f){return n("c")+c}function f2(a,b,c,d,e){return a+eval("c")}function f3(a,eval,c,d,e){return a+eval("c")}'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user