Closed morozov closed 3 years ago
jsmin version: 2.0.1. Example code (note that the lines are padded with \t):
\t
var a = { } var b = { }
Expected output: something like:
var a = {} var b = {}
Actual, syntactically invalid output:
var a={ } var b={ }
If the lines are not padded with anything or are padded with the space characters, the resulting output is valid.
jsmin version: 2.0.1. Example code (note that the lines are padded with
\t
):Expected output: something like:
Actual, syntactically invalid output:
If the lines are not padded with anything or are padded with the space characters, the resulting output is valid.