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:
@@ -85,6 +85,7 @@ function run_compress_tests() {
|
||||
log_start_file(file);
|
||||
function test_case(test) {
|
||||
log_test(test.name);
|
||||
U.base54.reset();
|
||||
var options = U.defaults(test.options, {
|
||||
warnings: false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user