mirror of
https://github.com/emn178/js-md5.git
synced 2026-08-12 20:31:43 +08:00
fixed unit tests
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
(function () {
|
||||
(function (Worker, WORKER, SOURCE) {
|
||||
var cases = {
|
||||
'd41d8cd98f00b204e9800998ecf8427e': '',
|
||||
'9e107d9d372bb6826bd81d3542a419d6': 'The quick brown fox jumps over the lazy dog',
|
||||
@@ -18,4 +18,4 @@
|
||||
});
|
||||
});
|
||||
});
|
||||
})();
|
||||
})(Worker, WORKER, SOURCE);
|
||||
|
||||
Reference in New Issue
Block a user