-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
We can make a pretty good test for general correctness as follows: for each one of a number of real JS files (the kind of thing that people want to minify):
- Make
file.min.jswithjsmin. - Make
file.othermin.jswith some other minifying tool. - Make
file.min.othermin.jsusing the other minifying tool, starting with thejsminminified file.
If jsmin is doing its job right, the two othermin files should be identical.
Reactions are currently unavailable